15:59zmike: mareko: I've now gone ahead with https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35026 which simplifies that code considerably on top of (probably?) being more correct all around
15:59zmike: but I think maybe landing the other one into stable is a better option since this has less testing
16:55mairacanal: alyssa, hey, thanks for the message, i pushed a fix for this issue some weeks ago, i believe it'll reach stable soon
16:57alyssa: mairacanal: alright
16:57alyssa: wonder if we need to cherry-pick/backport into the gfx-ci kernel
16:59daniels: alyssa: the RPis don't use gfx-ci/linux, they need to be manually updated out of band
16:59daniels: but getting that fix on to the devices would definitely be good
17:01alyssa: daniels: ah, i assumed everything did. but yeah point still stands
17:01daniels: not (ever) the RPi bm farm, and not (yet) ci-tron
17:02alyssa: ah
17:02daniels: but yeah, of course should go on to those boards :)
17:02daniels: mairacanal: can you please ping tanty/eric/jasuarez the commits so they can get it on to the CI devices?
17:47mairacanal: i'll ping Juan
18:04Company: austriancoder: I saw https://ruhr.social/@agx/114421054646587551 go by - what's the status with Vivante and GLES3? Is there something GTK could do to make that work?
19:30lumag: robclark: After fixing the missing GPDP2 extension, dEQP-VK.wsi.acquire_drm_display.* tests now fail (okay, NotSupported) for me with the 'Does not have drm master permissions. at vktWsiAcquireDrmDisplayTests.cpp:509' error. However a normal programs started at the same section can acquire master permissions. Do you know whether it is a turnip, Mesa or VK-CTS error?
19:31lumag: I can suppose that it's a CTS issue since I see it opening /dev/dri/card0 two times without closing.
19:35lumag: In the logs I see an IOCTL: ioctl(6, DRM_IOCTL_AUTH_MAGIC, 0xffffe6aee8c8) = -1 EINVAL (Invalid argument)
19:43robclark: lumag: `DRM_IOCTL_AUTH_MAGIC` is only used by x11/dri2... how did you configure your deqp build (DEQP_TARGET)?
19:51lumag: robclark: default :D I didn't specify any
19:51lumag: Having Xorg running doesn't change anything
19:52robclark: idk what the default is if you don't specify something
19:52lumag: I can try rebuilding that with TARGET=x11_egl or x11_glx
19:52robclark: anyways drm wsi probably won't work while Xorg is hogging master
19:53robclark: so, you are holding it wrong ;-)
19:53lumag: robclark: I tried both with and without X11
19:53robclark: don't bother rebuild.. just ignore wsi tests, they aren't relevant for what you are trying to do
19:53lumag: ack :-)