mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
virtio-gpu: set physical dimensions for EDID
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20200927145751.365446-7-marcandre.lureau@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
9028ab1f5b
commit
4bf47f3634
3 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue