All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] GEM CMA DMA-BUF support
@ 2013-03-12 14:45 Laurent Pinchart
  2013-03-12 14:45 ` [PATCH 1/2] drm: GEM CMA: Split object creation into object alloc and DMA memory alloc Laurent Pinchart
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Laurent Pinchart @ 2013-03-12 14:45 UTC (permalink / raw)
  To: dri-devel

Hello,

This two patches add support for GEM CMA objects import and export as dma-buf
file handles.

There's not much to be added about the patches themselves, they're pretty
self-explicit. The code is based on the Exynos DRM DMA-BUF implementation.

The exporter role has been successfully tested with the Renesas R-Car DU
driver.

Laurent Pinchart (2):
  drm: GEM CMA: Split object creation into object alloc and DMA memory
    alloc
  drm: GEM CMA: Add DRM PRIME support

 drivers/gpu/drm/drm_gem_cma_helper.c | 376 ++++++++++++++++++++++++++++++++---
 include/drm/drm_gem_cma_helper.h     |   9 +
 2 files changed, 356 insertions(+), 29 deletions(-)

-- 
Regards,

Laurent Pinchart

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

end of thread, other threads:[~2013-04-15 13:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-12 14:45 [PATCH 0/2] GEM CMA DMA-BUF support Laurent Pinchart
2013-03-12 14:45 ` [PATCH 1/2] drm: GEM CMA: Split object creation into object alloc and DMA memory alloc Laurent Pinchart
2013-03-12 14:45 ` [PATCH 2/2] drm: GEM CMA: Add DRM PRIME support Laurent Pinchart
2013-03-14 14:05 ` [PATCH 0/2] GEM CMA DMA-BUF support Laurent Pinchart
2013-03-28 15:12   ` Laurent Pinchart
2013-04-15 13:39     ` Laurent Pinchart
2013-04-15 13:52       ` Rob Clark
2013-04-15 13:58         ` Laurent Pinchart

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.