mbox series

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

Message ID 20240605131444.797896-1-kraxel@redhat.com (mailing list archive)
Headers show
Series stdvga: fix screen blanking | expand

Message

Gerd Hoffmann June 5, 2024, 1:14 p.m. UTC
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(-)

Comments

Marc-André Lureau June 5, 2024, 1:26 p.m. UTC | #1
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>
Philippe Mathieu-Daudé June 18, 2024, 11:08 a.m. UTC | #2
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!