RE: [PATCH 3/4] ARM: DaVinci: DM646x Video: Add VPIF display driver

2009-03-31 Thread Subrahmanya, Chaithrika
> On Mon, 30 Mar 2009, Hans Verkuil wrote: > > On Thursday 26 March 2009 14:22:32 Chaithrika U S wrote: > > > + /* one field is displayed configure the > next > > > + frame if it is available else hold > on current > > > +

Re: [PATCH 3/4] ARM: DaVinci: DM646x Video: Add VPIF display driver

2009-03-30 Thread Trent Piepho
On Mon, 30 Mar 2009, Hans Verkuil wrote: > On Thursday 26 March 2009 14:22:32 Chaithrika U S wrote: > > + /* one field is displayed configure the next > > + frame if it is available else hold on current > > + frame

[PATCH 3/4] ARM: DaVinci: DM646x Video: Add VPIF display driver

2009-03-26 Thread Chaithrika U S
Display driver for VPIF Adds the VPIF display driver and the associated header file. The patch includes the review comments on the RFC sent earlier. The major updates are: - change in the name of the file. - moved the platform related data to the platform specific files. -