qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] GTK/SDL fixes for a black screen displayed by virtio-gpu
@ 2024-10-06 23:43 Dmitry Osipenko
  2024-10-06 23:43 ` [PATCH v1 1/2] ui/sdl2: Don't disable scanout when display is refreshed Dmitry Osipenko
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Dmitry Osipenko @ 2024-10-06 23:43 UTC (permalink / raw)
  To: Akihiko Odaki, Marc-André Lureau,
	Philippe Mathieu-Daudé, Gerd Hoffmann, Alex Bennée
  Cc: Gert Wollny, qemu-devel, Pierre-Eric Pelloux-Prayer

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(-)

-- 
2.46.0



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-11-18 16:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-06 23:43 [PATCH v1 0/2] GTK/SDL fixes for a black screen displayed by virtio-gpu Dmitry Osipenko
2024-10-06 23:43 ` [PATCH v1 1/2] ui/sdl2: Don't disable scanout when display is refreshed Dmitry Osipenko
2024-10-07 18:15   ` Akihiko Odaki
2024-10-07 19:17     ` Bernhard Beschow
2024-11-18 16:24     ` Dmitry Osipenko
2024-10-06 23:43 ` [PATCH v1 2/2] ui/gtk: " Dmitry Osipenko
2024-10-07 18:15   ` Akihiko Odaki
2024-10-07 19:26 ` [PATCH v1 0/2] GTK/SDL fixes for a black screen displayed by virtio-gpu Michael Tokarev
2024-10-07 20:19   ` Dmitry Osipenko
2024-10-07 20:48     ` Michael Tokarev
2024-10-07 20:59       ` Dmitry Osipenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).