[PATCH v4 1/4] v4l: ti-vpe: Create a vpdma helper library

2013-09-06 Thread Archit Taneja
The primary function of VPDMA is to move data between external memory and internal processing modules(in our case, VPE) that source or sink data. VPDMA is capable of buffering this data and then delivering the data as demanded to the modules as programmed. The modules that source or sink data are r

Re: [PATCH v4 1/4] v4l: ti-vpe: Create a vpdma helper library

2013-10-07 Thread Hans Verkuil
On 09/06/2013 12:12 PM, Archit Taneja wrote: > The primary function of VPDMA is to move data between external memory and > internal processing modules(in our case, VPE) that source or sink data. VPDMA > is > capable of buffering this data and then delivering the data as demanded to the > modules a