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(+) -- 2.9.3 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel