qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* Virtio-GPU Xres and Yres seettings
@ 2021-12-20  4:26 Pratik Parvati
  2021-12-20  8:55 ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 8+ messages in thread
From: Pratik Parvati @ 2021-12-20  4:26 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 940 bytes --]

Hi Team,

I am working on a Virtio-GPU device (backend) for one of our customer
projects - we are using the Virtio-GPU driver (frontend) to drive our
device. Our device code has been written using Qemu virtio-gpu device code
as a reference. Our device is setting the resolution to 1024x768 as a
response to the command received from the driver (i.e,
VIRTIO_GPU_CMD_GET_DISPLAY_INFO) - I also verified that driver is receiving
the response bytes properly, but the next
command (i.e, VIRTIO_GPU_CMD_RESOURCE_CREATE_2D) that device receive has a
width and height as 4096 and 2160 respectively. The driver is assuming a 4k
display for some reason and I need your help to understand why this is
happening.

Our display is corrupted for the same Xres and Yres misunderstanding
between the device and the driver - Please guide me to understand the
problem. Let me know if you have any questions or need more information.

Thanks & Regards,
Pratik

[-- Attachment #2: Type: text/html, Size: 1799 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-12-21 11:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-20  4:26 Virtio-GPU Xres and Yres seettings Pratik Parvati
2021-12-20  8:55 ` Philippe Mathieu-Daudé
2021-12-20 10:35   ` Gerd Hoffmann
2021-12-20 12:03     ` Pratik Parvati
2021-12-20 12:18       ` Gerd Hoffmann
2021-12-20 17:14         ` Pratik Parvati
2021-12-21 11:11           ` Gerd Hoffmann
2021-12-21 11:27             ` Pratik Parvati

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).