mbox series

[v4,0/2] virtio-gpu: add VIRTIO_GPU_F_EDID feature

Message ID 20181030063206.19528-1-kraxel@redhat.com (mailing list archive)
Headers show
Series virtio-gpu: add VIRTIO_GPU_F_EDID feature | expand

Message

Gerd Hoffmann Oct. 30, 2018, 6:32 a.m. UTC
This little patch series implements the VIRTIO_GPU_F_EDID feature for
linux.  Patch #1 updates the virtio_gpu header file according to the
specification, patch #3 is the actual implementation.

The spec update patch is here:
  https://lists.oasis-open.org/archives/virtio-dev/201810/msg00028.html

Qemu branch for testing is here:
  https://git.kraxel.org/cgit/qemu/log/?h=sirius/edid

cheers,
  Gerd

Gerd Hoffmann (2):
  virtio-gpu: add VIRTIO_GPU_F_EDID feature
  drm/virtio: add edid support

 drivers/gpu/drm/virtio/virtgpu_drv.h     |  3 ++
 include/uapi/linux/virtio_gpu.h          | 18 +++++++++
 drivers/gpu/drm/virtio/virtgpu_display.c | 12 ++++++
 drivers/gpu/drm/virtio/virtgpu_drv.c     |  1 +
 drivers/gpu/drm/virtio/virtgpu_kms.c     |  8 ++++
 drivers/gpu/drm/virtio/virtgpu_vq.c      | 67 ++++++++++++++++++++++++++++++++
 6 files changed, 109 insertions(+)