[PATCH v2 05/13] davinci: vpif display: declare contiguous region of memory handled by dma_alloc_coherent

2012-04-17 Thread Manjunath Hadli
add support to declare contiguous region of memory to be handled when requested by dma_alloc_coherent call. The user can specify the size of the buffers with an offset from the kernel image using cont_bufsize and cont_bufoffset module parameters respectively. Signed-off-by: Manjunath Hadli --- d

Re: [PATCH v2 05/13] davinci: vpif display: declare contiguous region of memory handled by dma_alloc_coherent

2012-04-17 Thread Laurent Pinchart
Hi Manjunath, Thanks for the patch. On Tuesday 17 April 2012 14:23:03 Manjunath Hadli wrote: > add support to declare contiguous region of memory to be handled > when requested by dma_alloc_coherent call. The user can specify > the size of the buffers with an offset from the kernel image > using

RE: [PATCH v2 05/13] davinci: vpif display: declare contiguous region of memory handled by dma_alloc_coherent

2012-05-10 Thread Hadli, Manjunath
Hi Laurent, On Tue, Apr 17, 2012 at 15:32:55, Laurent Pinchart wrote: > Hi Manjunath, > > Thanks for the patch. > > On Tuesday 17 April 2012 14:23:03 Manjunath Hadli wrote: > > add support to declare contiguous region of memory to be handled when > > requested by dma_alloc_coherent call. The us

Re: [PATCH v2 05/13] davinci: vpif display: declare contiguous region of memory handled by dma_alloc_coherent

2012-05-14 Thread Laurent Pinchart
Hi Manjunath, On Friday 11 May 2012 05:30:43 Hadli, Manjunath wrote: > On Tue, Apr 17, 2012 at 15:32:55, Laurent Pinchart wrote: > > On Tuesday 17 April 2012 14:23:03 Manjunath Hadli wrote: > > > add support to declare contiguous region of memory to be handled when > > > requested by dma_alloc_coh

RE: [PATCH v2 05/13] davinci: vpif display: declare contiguous region of memory handled by dma_alloc_coherent

2012-06-07 Thread Hadli, Manjunath
Hi Laurent, On Mon, May 14, 2012 at 13:16:27, Laurent Pinchart wrote: > Hi Manjunath, > > On Friday 11 May 2012 05:30:43 Hadli, Manjunath wrote: > > On Tue, Apr 17, 2012 at 15:32:55, Laurent Pinchart wrote: > > > On Tuesday 17 April 2012 14:23:03 Manjunath Hadli wrote: > > > > add support to decl