00:04 RSpliet: karolherbst: the hangs and random behaviours did occur more frequently since upgrading to a 4K monitor, but they'd occur even in the highest pstate on that card of mine
00:05 RSpliet: There's some precursors as well. I've seen a weird line at the bottom of the cursor plane from time to time randomly appear.
00:07 RSpliet: And, when playing (accelerated) video, sometimes the GPU decides that all white is now a colour with 2 out of 3 channels saturated (so either yellow, magenta or baby-blue...).
00:07 RSpliet: Which only a reboot fixes, if it survives that long :-p
01:10 karolherbst: heh, guess there is a real bug then
01:35 karolherbst: RSpliet: I suspect you upgraded to mesa 22.3 or something already?
11:34 ice9: does nouveau supports vulkan?
12:02 karolherbst: ice9: "support" might be a strong word, but we are working on it and some are already able to play some simpler games
12:39 ice9: karolherbst, I have hybrid laptop, how can I start a game from the command line with nvidia card and enable vulkan?
12:44 karolherbst: at the moment you can't unless you build it yourself from our vulkan fork
12:45 karolherbst: also, unless you also run some very very early WIP GSP patches on the kernel side, performance will also be terrible anyway
12:53 fdobridge: <E​sdras Tarsis> How can I use these GSP patches? Is it just compiling the skeggsb kernel fork?
13:13 RSpliet: karolherbst: nah, I upgraded to AMD. Sorry, not sorry :')
13:14 RSpliet: But yes, I'm on Fedora 37, and it ships with Mesa 22.3
14:17 fdobridge: <g​fxstrand> @marysaka Where are we at on the Fermi MME stuff? No pressure. I've just not seen the MR move and wanted to be sure you didn't just forget to push or something.
15:20 fdobridge: <m​arysaka> Will try to do that tonight hopefully, but don't we need a rebase of nvk/main first?
15:37 fdobridge: <g​fxstrand> I can rebase if you'd like or we can merge MME and then I can rebase and drop the old version of the isaspec patch.
15:37 fdobridge: <g​fxstrand> I can rebase if you'd like or we can merge MME and then I can rebase and drop the old version of the isaspec patch.
15:43 fdobridge: <m​arysaka> Would prefer a rebase of nvk/main tbh
15:46 fdobridge: <g​fxstrand> Ok. I'll do that once I finish making breakfast
15:59 fdobridge: <g​fxstrand> Done!
16:59 fdobridge: <E​sdras Tarsis> The Talos Principle on NVK
16:59 fdobridge: <E​sdras Tarsis> https://cdn.discordapp.com/attachments/1034184951790305330/1062415341726220399/10-01-23-135318-SCREEN.png
17:17 fdobridge: <k​arolherbst🐧🦀> huh, that's with dxvk even?
17:17 fdobridge: <k​arolherbst🐧🦀> how does the native vulkan version run
17:18 HdkR: Isn't Talos Vulkan only?
17:19 karolherbst: nope, it does have a GL renderer
17:19 karolherbst: and my PCIe "reclocking" patches are able to even improve its perf on nouveau :D
17:19 karolherbst: I think I got 25%+ on laptops and 5%+ on desktop GPUs
17:19 fdobridge: <E​sdras Tarsis> this is the native vulkan version, dxvk needs more extensions to work
17:19 karolherbst: one of the few games where it mattered on desktpu GPUs
17:20 fdobridge: <k​arolherbst🐧🦀> ahh.. I was confused about the "wine" stuff in there
17:20 HdkR: Nice
17:20 fdobridge: <k​arolherbst🐧🦀> the fps though 🥲
17:20 fdobridge: <k​arolherbst🐧🦀> does the GL version run faster or slower?
17:21 HdkR: PCIe BW is starting to matter more with these low-end APIs because people just map things directly and become super inefficient :P
17:21 karolherbst: that was on GL
17:21 HdkR: bwah? But Mangohud said Vulkan
17:22 karolherbst: on laptops it matters, because of prime
17:22 karolherbst: just talos triggered some odd code paths in our driver I guess
17:22 karolherbst: the gl driver isn't very optimized and stuff
17:22 HdkR: Oh yea, prime matter more definitely
17:22 karolherbst: and it does a lot of stupid things
17:22 karolherbst: pcie link speed increases generally gave me a 5-10% perf increase on laptops
17:22 karolherbst: talos was just an exception
17:23 karolherbst: but I think this is due to something dumb we do
17:23 HdkR: Or they just abuse buffer_storage :D
17:23 karolherbst: heh
17:23 karolherbst: I'd rather bet on our driver being stupid
17:24 HdkR: non-zero chance definitely
17:24 fdobridge: <E​sdras Tarsis> Does the game have a native Linux port? I'm using the Windows version because it's from Epic Games
17:25 karolherbst: more like 250% chance, because digging into it, will bring up 1.5 other bugs :P
17:25 HdkR: Yea, it has a native Linux build
17:25 fdobridge: <E​sdras Tarsis> this is the wine vulkan version, dxvk needs more extensions to work (edited)
17:25 fdobridge: <E​sdras Tarsis> this is the windows vulkan version, dxvk needs more extensions to work (edited)
17:25 fdobridge: <k​arolherbst🐧🦀> ohh.. the windows version supports vulkan.. duh. Right. But yeah, there is a native one doing GL and Vk
17:27 HdkR: The Linux version has some bugs around window resizing, so it's not perfect
17:27 HdkR: Tends to crash under i3wm because of it
17:27 karolherbst: it wouldn't be the first game where running the windows version through wine is actually better
17:28 fdobridge: <E​sdras Tarsis> I'm using linux drm-next with skeggsb 00.06 patches, btw
17:28 fdobridge: <k​arolherbst🐧🦀> right.. though I don't think you really need that and upstream should be good enough. The GSP stuff will be more interesting once we have a version which mostly works
17:31 fdobridge: <E​sdras Tarsis> What is the status of reclocking via GSP at the moment?
17:32 fdobridge: <k​arolherbst🐧🦀> there is code, and it somewhat runs on Ben's machine, but it has bugs and is incomplete. Like some of the displaying work isn't finished yet and other random bits
17:37 fdobridge: <E​sdras Tarsis> I see
17:37 karolherbst: Ben has the branches, but I didn't try them myself, and you need to get a specific gsp.bin file from the correct driver and stuff yourself I think? Dunno. If you are willing to waste a few hours that might be something to check out as well :D
17:52 fdobridge: <E​sdras Tarsis> the current correct driver is 525.60.11 iirc
17:54 fdobridge: <k​arolherbst🐧🦀> knock yourself out then 🙃
17:56 fdobridge: <E​sdras Tarsis> I can try, which path should I put the firmware on? And will reclocking work automatically?
18:40 fdobridge: <m​arysaka> @gfxstrand I rebased just now, haven't tested it yet again but will do a bit later and mark as ready
18:41 fdobridge: <m​arysaka> (also need to add a test for immediate load with the edge cases)
18:41 fdobridge: <g​fxstrand> Cool
21:38 airlied: anyone any idea on where nvk is wrt zink?
22:04 fdobridge: <m​arysaka> Should be ready now 👍
22:05 airlied: oh nice
22:06 fdobridge: <m​arysaka> airlied: oh hmm I was replying to gfxstrand on discord
22:06 airlied: oh oops :-P
22:08 fdobridge: <E​sdras Tarsis> airlied: I think there is an issue about zink in the repository
22:09 fdobridge: <E​sdras Tarsis> https://gitlab.freedesktop.org/nouveau/mesa/-/issues/24
22:18 fdobridge: <g​fxstrand> Cool. Let me take a look.
22:24 airlied: jekstrand: I've pushed a cleaned up rebase to https://gitlab.freedesktop.org/nouveau/mesa/-/merge_requests/150 for the new uapi support enabling all the sparse stuff
22:24 airlied: we should probably work out how we want to start integrating the new uapi
22:25 airlied: and how long a cross over period to sustain
22:25 airlied: dakr: ^ just fyi, branch has been rebased/cleaned up
22:27 jekstrand: airlied: Ypu
22:27 jekstrand: *Yup
22:27 jekstrand: airlied: I think things should already be fairly split out.
22:27 jekstrand: airlied: As far as cross-over goes, not long IMO.
22:28 jekstrand: We should start validating on the new API ASAP
22:28 jekstrand: I think NVK is in good enough shape that I'll consider it a decent test.
22:30 airlied: jekstrand: should I make a meson option? or are we happy with a #define for now?
22:31 jekstrand: Yeah, I think so
22:31 jekstrand: Keeps us from accidentally testing with the wrong API
22:38 fdobridge: <g​fxstrand> Merged! Thanks a million! The one change I made was to squash your RA fix into my patch to add the `mme_reg_alloc` struct.
22:38 fdobridge: <g​fxstrand> Now time to land Maxwell support. 😄
22:45 fdobridge: <m​arysaka> :AkkoYay:
22:45 airlied: okay the new uapi MR has a meson option now
22:49 fdobridge: <g​fxstrand> 😄
22:50 fdobridge: <g​fxstrand> Kicking off a full Maxwell run to get a baseline and then we're gonna merge it. 😄
22:51 fdobridge: <g​fxstrand> Still have a bug with clears. IDK what yet.
22:51 fdobridge: <g​fxstrand> And maybe something with indexed draws
22:55 fdobridge: <g​fxstrand> https://gitlab.freedesktop.org/nouveau/mesa/-/merge_requests/177
22:57 fdobridge: <E​sdras Tarsis> Why does this MR have a geometry shaders commit?
23:02 fdobridge: <m​henning> oh, cool to see pre-turing stuff moving along! Is https://gitlab.freedesktop.org/nouveau/mesa/-/merge_requests/118 still unmerged? I haven't been paying super close attention, but I don't see it in nvk/main
23:06 fdobridge: <g​fxstrand> Good question...
23:41 fdobridge: <k​arolherbst🐧🦀> uhh... heh
23:42 fdobridge: <k​arolherbst🐧🦀> I think we wanted to check if it actually works 🙂
23:42 fdobridge: <k​arolherbst🐧🦀> but I'm also wondering why so much things pass without it
23:42 fdobridge: <k​arolherbst🐧🦀> did we merge something similar or something?
23:42 fdobridge: <g​fxstrand> Nope
23:42 fdobridge: <g​fxstrand> I think things are defaulting to zero and working by accident. 🙃
23:42 fdobridge: <g​fxstrand> I just rebased on it
23:43 fdobridge: <k​arolherbst🐧🦀> yeah well...
23:43 fdobridge: <k​arolherbst🐧🦀> kick of another CTS run with those and see how much it fixes?
23:44 fdobridge: <g​fxstrand> Yup
23:45 fdobridge: <g​fxstrand> Kickec
23:48 fdobridge: <k​arolherbst🐧🦀> do you still have the turing card which doesn't work with nouveau?
23:53 fdobridge: <g​fxstrand> Yes
23:54 fdobridge: <g​fxstrand> It's my blob card ATM