linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] [RFC] kernel cpu access support for dma_buf
@ 2012-03-01 15:35 Daniel Vetter
  2012-03-01 15:35 ` [PATCH 1/3] dma-buf: don't hold the mutex around map/unmap calls Daniel Vetter
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Daniel Vetter @ 2012-03-01 15:35 UTC (permalink / raw)
  To: linaro-mm-sig, LKML, DRI Development, linux-media; +Cc: Daniel Vetter

Hi all,

This series here implements an interface to enable cpu access from the kernel
context to dma_buf objects. The main design goal of this interface proposal is
to enable buffer objects that reside in highmem.

Comments, flames, ideas and questions highly welcome. Althouhg I might be a bit
slow in responding - I'm on conferences and vacation the next 2 weeks.

Cheers, Daniel

Daniel Vetter (3):
  dma-buf: don't hold the mutex around map/unmap calls
  dma-buf: add support for kernel cpu access
  dma_buf: Add documentation for the new cpu access support

 Documentation/dma-buf-sharing.txt |  102 +++++++++++++++++++++++++++++-
 drivers/base/dma-buf.c            |  124 +++++++++++++++++++++++++++++++++++-
 include/linux/dma-buf.h           |   62 ++++++++++++++++++-
 3 files changed, 280 insertions(+), 8 deletions(-)

-- 
1.7.7.5


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

end of thread, other threads:[~2012-03-06 10:33 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-01 15:35 [PATCH 0/3] [RFC] kernel cpu access support for dma_buf Daniel Vetter
2012-03-01 15:35 ` [PATCH 1/3] dma-buf: don't hold the mutex around map/unmap calls Daniel Vetter
2012-03-02 21:26   ` Rob Clark
2012-03-01 15:36 ` [PATCH 2/3] dma-buf: add support for kernel cpu access Daniel Vetter
2012-03-02 22:24   ` Rob Clark
2012-03-05 18:57     ` Daniel Vetter
2012-03-06 10:33       ` Semwal, Sumit
2012-03-02 22:38   ` [Linaro-mm-sig] " Chris Wilson
2012-03-02 22:53     ` Rob Clark
2012-03-05 21:31       ` Daniel Vetter
2012-03-01 15:36 ` [PATCH 3/3] dma_buf: Add documentation for the new cpu access support Daniel Vetter
2012-03-02 22:34   ` Rob Clark
2012-03-03  0:23   ` Sakari Ailus
2012-03-05 18:48     ` [Linaro-mm-sig] " Clark, Rob
2012-03-05 21:39     ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).