[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/6] Add physical display dimensions to spice/virtio-gpu
From: |
marcandre . lureau |
Subject: |
[PATCH v2 0/6] Add physical display dimensions to spice/virtio-gpu |
Date: |
Fri, 25 Sep 2020 17:50:51 +0400 |
From: Marc-André Lureau <marcandre.lureau@redhat.com>
Hi,
This series improves the support for HiDPI displays with Spice.
The related spice series have already been merged.
v2:
- add patch to "spice: remove the single monitor config logic" (Gerd)
Marc-André Lureau (6):
edid: fix physical display size computation
edid: use physical dimensions if available
ui: add getter for UIInfo
spice: remove the single monitor config logic
spice: get monitors physical dimension
virtio-gpu: set physical dimensions for EDID
hw/display/edid-generate.c | 36 +++++++++++++++++++++++----------
hw/display/virtio-gpu-base.c | 2 ++
hw/display/virtio-gpu.c | 2 ++
include/hw/display/edid.h | 5 ++++-
include/hw/virtio/virtio-gpu.h | 1 +
include/ui/console.h | 4 ++++
qemu-edid.c | 11 ++++++++--
ui/console.c | 7 +++++++
ui/spice-display.c | 37 +++++++++++++---------------------
9 files changed, 68 insertions(+), 37 deletions(-)
--
2.26.2
- [PATCH v2 0/6] Add physical display dimensions to spice/virtio-gpu,
marcandre . lureau <=
- [PATCH v2 1/6] edid: fix physical display size computation, marcandre . lureau, 2020/09/25
- [PATCH v2 3/6] ui: add getter for UIInfo, marcandre . lureau, 2020/09/25
- [PATCH v2 2/6] edid: use physical dimensions if available, marcandre . lureau, 2020/09/25
- [PATCH v2 4/6] spice: remove the single monitor config logic, marcandre . lureau, 2020/09/25
- [PATCH v2 5/6] spice: get monitors physical dimension, marcandre . lureau, 2020/09/25
- [PATCH v2 6/6] virtio-gpu: set physical dimensions for EDID, marcandre . lureau, 2020/09/25