qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Osipenko <dmitry.osipenko@collabora.com>
To: "Akihiko Odaki" <akihiko.odaki@daynix.com>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>,
	"Gerd Hoffmann" <kraxel@redhat.com>,
	"Alex Bennée" <alex.bennee@linaro.org>
Cc: Gert Wollny <gert.wollny@collabora.com>,
	qemu-devel@nongnu.org,
	Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Subject: [PATCH v1 0/2] GTK/SDL fixes for a black screen displayed by virtio-gpu
Date: Mon,  7 Oct 2024 02:43:51 +0300	[thread overview]
Message-ID: <20241006234353.3201037-1-dmitry.osipenko@collabora.com> (raw)

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



             reply	other threads:[~2024-10-06 23:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-06 23:43 Dmitry Osipenko [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241006234353.3201037-1-dmitry.osipenko@collabora.com \
    --to=dmitry.osipenko@collabora.com \
    --cc=akihiko.odaki@daynix.com \
    --cc=alex.bennee@linaro.org \
    --cc=gert.wollny@collabora.com \
    --cc=kraxel@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=philmd@linaro.org \
    --cc=pierre-eric.pelloux-prayer@amd.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).