[PATCH v3 0/3] stdvga: fix screen blanking

Gerd Hoffmann posted 3 patches 5 months, 3 weeks ago
Failed in applying to current master (apply log)
There is a newer version of this series
include/ui/surface.h    |  6 +++---
hw/display/qxl-render.c |  2 +-
hw/display/vga.c        | 24 +++++++++++++++---------
hw/display/xenfb.c      |  5 +++--
ui/console.c            |  3 ++-
ui/sdl2-2d.c            |  2 +-
ui/sdl2-gl.c            |  2 +-
7 files changed, 26 insertions(+), 18 deletions(-)
[PATCH v3 0/3] stdvga: fix screen blanking
Posted by Gerd Hoffmann 5 months, 3 weeks ago

Gerd Hoffmann (3):
  stdvga: fix screen blanking
  ui+display: rename is_placeholder() -> surface_is_placeholder()
  ui+display: rename is_buffer_shared() -> surface_is_allocated()

 include/ui/surface.h    |  6 +++---
 hw/display/qxl-render.c |  2 +-
 hw/display/vga.c        | 24 +++++++++++++++---------
 hw/display/xenfb.c      |  5 +++--
 ui/console.c            |  3 ++-
 ui/sdl2-2d.c            |  2 +-
 ui/sdl2-gl.c            |  2 +-
 7 files changed, 26 insertions(+), 18 deletions(-)

-- 
2.45.1
Re: [PATCH v3 0/3] stdvga: fix screen blanking
Posted by Philippe Mathieu-Daudé 5 months, 1 week ago
On 5/6/24 15:14, Gerd Hoffmann wrote:

> Gerd Hoffmann (3):
>    stdvga: fix screen blanking
>    ui+display: rename is_placeholder() -> surface_is_placeholder()
>    ui+display: rename is_buffer_shared() -> surface_is_allocated()

Since Marc-André reviewed, I'm queuing this series, thanks!

Re: [PATCH v3 0/3] stdvga: fix screen blanking
Posted by Marc-André Lureau 5 months, 3 weeks ago
On Wed, Jun 5, 2024 at 5:14 PM Gerd Hoffmann <kraxel@redhat.com> wrote:
>
>
>
> Gerd Hoffmann (3):
>   stdvga: fix screen blanking
>   ui+display: rename is_placeholder() -> surface_is_placeholder()
>   ui+display: rename is_buffer_shared() -> surface_is_allocated()
>
>  include/ui/surface.h    |  6 +++---
>  hw/display/qxl-render.c |  2 +-
>  hw/display/vga.c        | 24 +++++++++++++++---------
>  hw/display/xenfb.c      |  5 +++--
>  ui/console.c            |  3 ++-
>  ui/sdl2-2d.c            |  2 +-
>  ui/sdl2-gl.c            |  2 +-
>  7 files changed, 26 insertions(+), 18 deletions(-)
>

for the series:
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>