Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b892bf75 authored by Rebecca Schultz Zavin's avatar Rebecca Schultz Zavin Committed by Greg Kroah-Hartman
Browse files

ion: Switch ion to use dma-buf



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: default avatarRebecca Schultz Zavin <rebecca@android.com>
[jstultz: modified patch to apply to staging directory]
Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 54ac0784
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
menuconfig ION
	tristate "Ion Memory Manager"
	select GENERIC_ALLOCATOR
	select DMA_SHARED_BUFFER
	help
	  Chose this option to enable the ION Memory Manager.

+226 −422

File changed.

Preview size limit exceeded, changes collapsed.

+9 −49

File changed.

Preview size limit exceeded, changes collapsed.