03:27airlied: mareko: also are native context support in upstream qemu yet?
03:27airlied: seems like a bit of a gap in coverage
03:31mareko: airlied: should be
03:36mareko: everything was merged into virglrenderer last year
03:45mareko: airlied: if you mean Gitlab CI, it seems like AMD is never going to have any (unless AMD devs run it from home)
04:40airlied: mareko: https://patchew.org/QEMU/20251020233949.506088-1-dmitry.osipenko@collabora.com/ looks to be still on its wayt
04:40airlied: https://patchew.org/QEMU/20251116125641.2255794-1-dmitry.osipenko@collabora.com/ 04:42mareko: interesting
15:14kuruczgy: Hi! Where is the best place to get help with getting drm native context with qemu working?
15:14kuruczgy: Currently I have qemu from http://gitlab.freedesktop.org/digetx/qemu/-/commits/native-context-v16 15:14kuruczgy: Mesa, virglrenderer are latest git, `amdgpu-virtio` is enabled in mesa, `amdgpu-experimental` in virglrenderer.
15:14kuruczgy: I am launching qemu with `-device virtio-vga-gl,hostmem=4G,blob=on,drm_native_context=on -display sdl,gl=on`, sway inside the vm with `WLR_RENDERER=vulkan` and `WLR_NO_HARDWARE_CURSORS=1`.
15:14kuruczgy: `vulkaninfo --summary` and `glxinfo -B` in the vm properly show my graphics card.
15:14kuruczgy: X apps seem to have some problem though: `vkgears` works fine, but `glxgears` does not launch (though it does print some FPS numbers on the console), and `env -u WAYLAND_DISPLAY vkgears` actually segfaults. (And I assume the same root cause prevents steam from launching too.)
15:14kuruczgy: How could I debug this?
15:25kuruczgy: (Just tried booting the guest with `drm_client_lib.active=""`, does not help unfortunately.)