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