Re: [PATCH] videobuf-dma-contig: remove sync operation

2009-05-05 Thread Matthieu CASTET
Paul Mundt a écrit : > On Tue, Apr 28, 2009 at 05:45:39PM +0900, Magnus Damm wrote: >> From: Magnus Damm >> >> Remove the videobuf-dma-contig sync operation. Sync is only needed >> for noncoherent buffers, and since videobuf-dma-contig is built on >> coherent memory allocators the memory is by def

Re: [PATCH] videobuf-dma-contig: remove sync operation

2009-04-28 Thread Paul Mundt
On Tue, Apr 28, 2009 at 05:45:39PM +0900, Magnus Damm wrote: > From: Magnus Damm > > Remove the videobuf-dma-contig sync operation. Sync is only needed > for noncoherent buffers, and since videobuf-dma-contig is built on > coherent memory allocators the memory is by definition always in sync. >

[PATCH] videobuf-dma-contig: remove sync operation

2009-04-28 Thread Magnus Damm
From: Magnus Damm Remove the videobuf-dma-contig sync operation. Sync is only needed for noncoherent buffers, and since videobuf-dma-contig is built on coherent memory allocators the memory is by definition always in sync. Reported-by: Matthieu CASTET Signed-off-by: Magnus Damm --- Thanks to