Skip to content

Commit

Permalink
ion: Switch ion to use dma-buf
Browse files Browse the repository at this point in the history
Ion now uses dma-buf file descriptors to share
buffers with userspace.  Ion becomes a dma-buf
exporter and any driver that can import dma-bufs
can now import ion file descriptors.

Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
[jstultz: modified patch to apply to staging directory]
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Rebecca Schultz Zavin authored and Greg Kroah-Hartman committed Dec 14, 2013
1 parent 54ac078 commit b892bf7
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 471 deletions.
1 change: 1 addition & 0 deletions drivers/staging/android/ion/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
menuconfig ION
tristate "Ion Memory Manager"
select GENERIC_ALLOCATOR
select DMA_SHARED_BUFFER
help
Chose this option to enable the ION Memory Manager.

Expand Down
Loading

0 comments on commit b892bf7

Please sign in to comment.