[PULL] GEM CMA DMA-BUF
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Sat Jun 8 00:25:09 PDT 2013
Hi Dave,
Here's a small pull request for v3.11 that contains the GEM CMA DMA-BUF
support patches. The content is identical to "[PATCH v3 0/5] GEM CMA DMA-BUF
support" with acks picked up from the list.
The following changes since commit 328a4719b6a0930721b5f8d5c69993d3b6e3913f:
drm_modes: videomode: add doubleclk flag (2013-06-03 18:42:35 +1000)
are available in the git repository at:
git://linuxtv.org/pinchartl/fbdev.git drm/next
for you to fetch changes up to 71d7282a0f1abb488e5be4d154893579624bc683:
drm: GEM CMA: Add DRM PRIME support (2013-06-08 09:14:05 +0200)
----------------------------------------------------------------
Laurent Pinchart (5):
drm/gem: Split drm_gem_mmap() into object search and object mapping
drm/omap: Use drm_gem_mmap_obj() to implement dma-buf mmap
drm: GEM CMA: Split object creation into object alloc and DMA memory
alloc
drm: GEM CMA: Split object mapping into GEM mapping and CMA mapping
drm: GEM CMA: Add DRM PRIME support
drivers/gpu/drm/drm_gem.c | 83 +++++---
drivers/gpu/drm/drm_gem_cma_helper.c | 404 ++++++++++++++++++++++++++---
drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c | 32 +--
include/drm/drmP.h | 2 +
include/drm/drm_gem_cma_helper.h | 9 +
5 files changed, 434 insertions(+), 96 deletions(-)
--
Regards,
Laurent Pinchart
More information about the dri-devel
mailing list