]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] vivid: support for contiguous DMA buffers
authorVincent ABRIOU <vincent.abriou@st.com>
Mon, 12 Sep 2016 08:47:27 +0000 (05:47 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 3 Mar 2017 10:16:11 +0000 (07:16 -0300)
commit8ecc54138aa1fc1be10bac7890248a0c00065427
tree64b405917f3523157373e3de0034998c7983107b
parent93d4a26c3dabcee4d8bd6c9a1aba779484dc3cc3
[media] vivid: support for contiguous DMA buffers

It allows to simulate the behavior of hardware with such limitations or
to connect vivid to real hardware with such limitations.

Add the "allocators" module parameter option to let vivid use the
dma-contig instead of vmalloc.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Vincent Abriou <vincent.abriou@st.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Tested-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/media/v4l-drivers/vivid.rst
drivers/media/platform/vivid/Kconfig
drivers/media/platform/vivid/vivid-core.c