OSDN Git Service

[media] coda: switch BIT decoder source queue to vmalloc
authorPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 23 Jan 2015 16:51:30 +0000 (13:51 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 2 Feb 2015 12:31:35 +0000 (10:31 -0200)
commitbb04aa6f7e40eb92688d5d21f15ada23924f17cb
treeeae7600fdb9141eab27a4e7e38d5a1de58c3d250
parent8e428d5040629dbbdfd6610026cb0b15b93830e0
[media] coda: switch BIT decoder source queue to vmalloc

Since we have to copy from input buffers into the bitstream ringbuffer
with the CPU, there is no need for contiguous DMA buffers on the decoder
input side.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/Kconfig
drivers/media/platform/coda/coda-common.c