Re: [PATCH] media: vb2-dma-contig: configure DMA max segment size properly

2016-04-28 Thread Hans Verkuil
Hi Marek, Looks good, just a typo and a large sprinkling of extra 'the' in the text :-) On 04/28/2016 02:12 PM, Marek Szyprowski wrote: > This patch lets vb2-dma-contig memory allocator to configure DMA max > segment size properly for the client device. Setting it is needed to let > DMA-mapping s

[PATCH] media: vb2-dma-contig: configure DMA max segment size properly

2016-04-28 Thread Marek Szyprowski
This patch lets vb2-dma-contig memory allocator to configure DMA max segment size properly for the client device. Setting it is needed to let DMA-mapping subsystem to create a single, contiguous mapping in DMA address space. This is essential for all devices, which use dma-contig videobuf2 memory a