From 4bf47f3634af105b25c3c073ae53b36ba73733b4 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Sun, 27 Sep 2020 18:57:51 +0400 Subject: virtio-gpu: set physical dimensions for EDID Signed-off-by: Marc-André Lureau Message-id: 20200927145751.365446-7-marcandre.lureau@redhat.com Signed-off-by: Gerd Hoffmann --- include/hw/virtio/virtio-gpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/hw/virtio') diff --git a/include/hw/virtio/virtio-gpu.h b/include/hw/virtio/virtio-gpu.h index 455e0a7433..1aed7275c8 100644 --- a/include/hw/virtio/virtio-gpu.h +++ b/include/hw/virtio/virtio-gpu.h @@ -62,6 +62,7 @@ struct virtio_gpu_scanout { }; struct virtio_gpu_requested_state { + uint16_t width_mm, height_mm; uint32_t width, height; int x, y; }; -- cgit v1.2.3-55-g7522