All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] virtio-gpu: Fixes for atomic support
@ 2016-01-13 21:52 Rob Herring
  2016-01-13 21:52 ` [PATCH 1/4] drm: virtio-gpu: get the fb from the plane state for atomic updates Rob Herring
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Rob Herring @ 2016-01-13 21:52 UTC (permalink / raw)
  To: Dave Airlie; +Cc: dri-devel

Dave,

This series is the minimal changes to get virtio-gpu working with 
Android DRM based hwcomposer. The first 3 patches are fixes, but I 
assume they are only hit if using the atomic APIs which is dependent on 
the 4th patch. I suspect async commit support is also missing, but 
Android doesn't seem to need it.

I also have a few more patches for fb emulation to support panning and 
mmapping the framebuffer. I'm not too sure that is really worth 
supporting though.

Rob

Rob Herring (4):
  drm: virtio-gpu: get the fb from the plane state for atomic updates
  drm: virtio-gpu: ensure plane is flushed to host on atomic update
  drm: virtio-gpu: transfer dumb buffers to host on plane update
  drm: virtio-gpu: set atomic flag

 drivers/gpu/drm/virtio/virtgpu_drv.c   |  2 +-
 drivers/gpu/drm/virtio/virtgpu_plane.c | 16 ++++++++++++++--
 2 files changed, 15 insertions(+), 3 deletions(-)

-- 
2.5.0

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

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

end of thread, other threads:[~2016-02-01 21:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-13 21:52 [PATCH 0/4] virtio-gpu: Fixes for atomic support Rob Herring
2016-01-13 21:52 ` [PATCH 1/4] drm: virtio-gpu: get the fb from the plane state for atomic updates Rob Herring
2016-01-13 21:52 ` [PATCH 2/4] drm: virtio-gpu: ensure plane is flushed to host on atomic update Rob Herring
2016-01-13 21:52 ` [PATCH 3/4] drm: virtio-gpu: transfer dumb buffers to host on plane update Rob Herring
2016-01-13 21:52 ` [PATCH 4/4] drm: virtio-gpu: set atomic flag Rob Herring
2016-02-01 19:58 ` [PATCH 0/4] virtio-gpu: Fixes for atomic support Rob Herring
2016-02-01 21:26   ` Dave Airlie

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.