All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] virtio-gpu: atomic fixes
@ 2016-05-31 10:53 Gerd Hoffmann
  2016-05-31 10:53   ` Gerd Hoffmann
                   ` (8 more replies)
  0 siblings, 9 replies; 22+ messages in thread
From: Gerd Hoffmann @ 2016-05-31 10:53 UTC (permalink / raw)
  To: dri-devel; +Cc: Gerd Hoffmann

  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

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2016-05-31 13:54 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-31 10:53 [PATCH 0/5] virtio-gpu: atomic fixes Gerd Hoffmann
2016-05-31 10:53 ` [PATCH 1/5] virtio-gpu: fix output lookup Gerd Hoffmann
2016-05-31 10:53   ` Gerd Hoffmann
2016-05-31 10:53 ` Gerd Hoffmann
2016-05-31 10:53 ` [PATCH 2/5] virtio-gpu: add atomic_commit function Gerd Hoffmann
2016-05-31 10:53 ` Gerd Hoffmann
2016-05-31 10:53   ` Gerd Hoffmann
2016-05-31 10:53 ` [PATCH 3/5] virtio-gpu: switch to atomic cursor interfaces Gerd Hoffmann
2016-05-31 10:53   ` Gerd Hoffmann
2016-05-31 10:53 ` Gerd Hoffmann
2016-05-31 10:53 ` [PATCH 4/5] add cursor hotspot to drm_framebuffer Gerd Hoffmann
2016-05-31 10:53   ` Gerd Hoffmann
2016-05-31 10:58   ` Daniel Vetter
2016-05-31 12:36   ` Ville Syrjälä
2016-05-31 12:36     ` Ville Syrjälä
2016-05-31 13:09     ` Gerd Hoffmann
2016-05-31 13:09       ` Gerd Hoffmann
2016-05-31 13:54       ` Ville Syrjälä
2016-05-31 13:54         ` Ville Syrjälä
2016-05-31 10:53 ` [PATCH 5/5] virtio-gpu: pick up hotspot from framebuffer Gerd Hoffmann
2016-05-31 10:53   ` Gerd Hoffmann
2016-05-31 10:53 ` Gerd Hoffmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.