[PATCH 0/5] virtio-gpu: atomic fixes

Gerd Hoffmann kraxel at redhat.com
Tue May 31 10:53:08 UTC 2016


  Hi,

Here is my current collection of virtio-gpu patches.  First is included
here for completeness, it's already in drm-misc.  Seconds adds a
driver-specific atomic_commit function to avoid crtcs being disabled
temporarly.

Last three patches switch the cursor handling over to atomic interfaces.
Patch 4 does everything except the hotspot, an earlier version was on
the list already.  Patch 5 adds the hotspot location to the framebuffer
and Patch 6 makes virtio-gpu pick it up there.

please review,
  Gerd

Gerd Hoffmann (5):
  virtio-gpu: fix output lookup
  virtio-gpu: add atomic_commit function
  virtio-gpu: switch to atomic cursor interfaces
  add cursor hotspot to drm_framebuffer
  virtio-gpu: pick up hotspot from framebuffer

 drivers/gpu/drm/drm_crtc.c               |   2 +
 drivers/gpu/drm/virtio/virtgpu_display.c | 124 ++++++++-----------------------
 drivers/gpu/drm/virtio/virtgpu_drv.h     |   2 +
 drivers/gpu/drm/virtio/virtgpu_plane.c   | 119 ++++++++++++++++++++++++++---
 include/drm/drm_crtc.h                   |   2 +
 5 files changed, 148 insertions(+), 101 deletions(-)

-- 
1.8.3.1



More information about the dri-devel mailing list