From: marcandre.lureau@redhat.com
To: qemu-devel@nongnu.org
Cc: spice-devel@lists.freedesktop.org,
"Gerd Hoffmann" <kraxel@redhat.com>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Michael S. Tsirkin" <mst@redhat.com>
Subject: [PATCH v2 0/6] Add physical display dimensions to spice/virtio-gpu
Date: Fri, 25 Sep 2020 17:50:51 +0400 [thread overview]
Message-ID: <20200925135057.291556-1-marcandre.lureau@redhat.com> (raw)
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
next reply other threads:[~2020-09-25 13:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-25 13:50 marcandre.lureau [this message]
2020-09-25 13:50 ` [PATCH v2 1/6] edid: fix physical display size computation marcandre.lureau
2020-09-25 13:50 ` [PATCH v2 2/6] edid: use physical dimensions if available marcandre.lureau
2020-09-25 13:50 ` [PATCH v2 3/6] ui: add getter for UIInfo marcandre.lureau
2020-09-25 13:50 ` [PATCH v2 4/6] spice: remove the single monitor config logic marcandre.lureau
2020-09-25 13:50 ` [PATCH v2 5/6] spice: get monitors physical dimension marcandre.lureau
2020-09-26 6:56 ` Frediano Ziglio
2020-09-25 13:50 ` [PATCH v2 6/6] virtio-gpu: set physical dimensions for EDID marcandre.lureau
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=20200925135057.291556-1-marcandre.lureau@redhat.com \
--to=marcandre.lureau@redhat.com \
--cc=kraxel@redhat.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=spice-devel@lists.freedesktop.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).