mbox series

[v1,0/2] GTK/SDL fixes for a black screen displayed by virtio-gpu

Message ID 20241006234353.3201037-1-dmitry.osipenko@collabora.com
Headers show
Series GTK/SDL fixes for a black screen displayed by virtio-gpu | expand

Message

Dmitry Osipenko Oct. 6, 2024, 11:43 p.m. UTC
Hi,

This patchset fixes black screen displayed by Qemu using virtio-gpu.
There is a race condition bug with a timer that disables display output
after it has been enabled by virtio-gpu. The problem is reproducible
by running Qemu with a disabled GL vsync. Note vsync is disabled for
SDL display by default.

Dmitry Osipenko (2):
  ui/sdl2: Don't disable scanout when display is refreshed
  ui/gtk: Don't disable scanout when display is refreshed

 ui/gtk-egl.c     | 1 -
 ui/gtk-gl-area.c | 1 -
 ui/sdl2-gl.c     | 1 -
 3 files changed, 3 deletions(-)