qemu-stable
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH for 8.2] ui/gtk-egl: move function calls back to regular code


From: Michael Tokarev
Subject: Re: [PATCH for 8.2] ui/gtk-egl: move function calls back to regular code path
Date: Fri, 24 Nov 2023 09:26:27 +0300
User-agent: Mozilla Thunderbird

11.11.2023 13:40, Volker Rümelin wrote:
Commit 6f189a08c1 ("ui/gtk-egl: Check EGLSurface before doing
scanout") introduced a regression when QEMU is running with a
virtio-gpu-gl-device on a host under X11. After the guest has
initialized the virtio-gpu-gl-device, the guest screen only
shows "Display output is not active.".

Commit 6f189a08c1 moved all function calls in
gd_egl_scanout_texture() to a code path which is only called
once after gd_egl_init() succeeds in gd_egl_scanout_texture().
Move all function calls in gd_egl_scanout_texture() back to
the regular code path so they get always called if one of the
gd_egl_init() calls was successful.

Fixes:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]