From: Philipp Zabel
Date: Mon, 26 May 2014 14:17:32 +0000 (-0300)
Subject: [media] videobuf2-dma-contig: allow to vmap contiguous dma buffers
X-Git-Tag: omap-for-v3.17/fixes-against-rc2~155^2~405
X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bbd4fec0cd93823fe651fa3907bee2bc6c814f6;p=pandora-kernel.git
[media] videobuf2-dma-contig: allow to vmap contiguous dma buffers
This allows drivers to vmap contiguous dma buffers so they can inspect the
buffer contents with the CPU. This will be needed for the CODA driver's JPEG
handling. On CODA960, the header parsing has to be done on the CPU. The
hardware modules can only process the entropy coded segment after all
registers and tables are set up.
Signed-off-by: Philipp Zabel
Acked-by: Marek Szyprowski
Signed-off-by: Hans Verkuil
Signed-off-by: Mauro Carvalho Chehab
---
Reading git-diff-tree failed