Re: [PATCH] [media] videobuf2-dma-contig: allow to vmap contiguous dma buffers

2014-05-29 Thread Marek Szyprowski
Hello, On 2014-05-26 16:17, Philipp Zabel wrote: 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 on

[PATCH] [media] videobuf2-dma-contig: allow to vmap contiguous dma buffers

2014-05-26 Thread Philipp Zabel
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 regis