[PATCH v2 0/2] drm/virtio: Add hotplug_mode_update and suggested_x/y properties (v2)

Vivek Kasireddy vivek.kasireddy at intel.com
Wed Jan 11 06:29:34 UTC 2023


These properties provide a way to influence the userspace with regard
to positioning of the outputs and also enable it to look for new
preferred modes when hotplug interrupts occur. 

These properties are currently used by other virtual GPU drivers
such as vmwgfx and qxl.

Testcase: After positioning the VMM's (e.g, Qemu) windows on various
monitors and launching the Guest VM, run the get-state tool (tools/
get-state.py) associated with Mutter to ensure that the Hosts' and
Guests' outputs are aligned.

v2: Fixed the sparse check warning associated with patch #1 and
    also improved the commit message in patch #2.

Cc: Gerd Hoffmann <kraxel at redhat.com>
Cc: Dongwon Kim <dongwon.kim at intel.com>

Vivek Kasireddy (2):
  drm/virtio: Attach and set suggested_x/y properties for the connector
    (v2)
  drm/virtio: Add hotplug_mode_update property to ensure position info
    is read (v2)

 drivers/gpu/drm/virtio/virtgpu_display.c | 19 +++++++++++++++++++
 drivers/gpu/drm/virtio/virtgpu_drv.h     |  2 ++
 drivers/gpu/drm/virtio/virtgpu_vq.c      | 14 ++++++++++++++
 3 files changed, 35 insertions(+)

-- 
2.37.2



More information about the dri-devel mailing list