13:06 MrCooper: mareko: 049641ca54e4 ("amd: import libdrm_amdgpu ioctl wrappers") broke piglit 'egl-create-context-no-error gl -auto':
13:07 MrCooper: amdgpu: amdgpu_cs_ctx_create2 failed. (-25)
13:07 MrCooper: radeonsi: can't create radeon_winsys_ctx
13:07 MrCooper: radeonsi: Failed to create a context.
13:07 MrCooper: egl-create-context-no-error: ../src/gallium/winsys/amdgpu/drm/amdgpu_cs.h:240: amdgpu_cs* amdgpu_cs(radeon_cmdbuf*): Assertion `cs' failed.
17:24 fililip: agd5f: is https://patchwork.freedesktop.org/patch/626080 a fix for #3788?
17:39 agd5f: fililip, no
17:44 mareko: MrCooper: why would it return -NOTTY?
17:44 mareko: *-ENOTTY
17:44 MrCooper: probably because I run it via SSH
17:45 mareko: I get the same error in gnome
17:51 mareko: it doesn't help that the test expects context creation to fail, so I can just add a workaround to fail without assertion failures to make the test pass, but that would only hide the issue
17:57 mareko: MrCooper: this fixes it, but you understand it better than I do: https://gitlab.freedesktop.org/freedesktop/snippets/-/snippets/7817
17:58 mareko: I think I know what's wrong
18:00 MrCooper: the change in that snippet looks wrong FWIW
18:00 MrCooper: I'm gonna leave for dinner soon, can test your fix tomorrow
18:19 mareko: the MR with a different fix is up
19:34 DemiMarie: Are cleaner shaders now available for all hardware supported by AMDGPU?