Commit a125a394 authored by Sumit Semwal's avatar Sumit Semwal Committed by Dave Airlie

dma-buf: mark EXPERIMENTAL for 1st release.

Mark dma-buf buffer sharing API as EXPERIMENTAL for first release.
We will remove this in later versions, once it gets smoothed out
and has more users.
Signed-off-by: default avatarSumit Semwal <sumit.semwal@linaro.org>
Signed-off-by: default avatarSumit Semwal <sumit.semwal@ti.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent a7df4719
......@@ -178,6 +178,7 @@ config DMA_SHARED_BUFFER
bool "Buffer framework to be shared between drivers"
default n
select ANON_INODES
depends on EXPERIMENTAL
help
This option enables the framework for buffer-sharing between
multiple drivers. A buffer is associated with a file using driver
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment