Re: [PATCH] omap3isp: Add support for interlaced input data

2013-01-21 Thread Laurent Pinchart
Hi William, On Monday 14 January 2013 14:21:29 William Swanson wrote: On 01/09/2013 02:35 PM, Laurent Pinchart wrote: On Tuesday 08 January 2013 14:49:41 William Swanson wrote: I believe the data is combined in a single buffer, with alternate fields interleaved. Could you please

Re: [PATCH] omap3isp: Add support for interlaced input data

2013-01-14 Thread William Swanson
On 01/09/2013 02:35 PM, Laurent Pinchart wrote: On Tuesday 08 January 2013 14:49:41 William Swanson wrote: I believe the data is combined in a single buffer, with alternate fields interleaved. Could you please double-check that ? I'd like to be sure, not just believe :-) Sorry for the delay

[PATCH] omap3isp: Add support for interlaced input data

2013-01-14 Thread William Swanson
If the remote video sensor reports an interlaced video mode, the CCDC block should configure itself appropriately. This patch reintroduces code with was removed in commit cf7a3d91ade6c56bfd860b377f84bd58132f7a81, but in a way that is compatible with the new media pipeline work. This patch also

Re: [PATCH] omap3isp: Add support for interlaced input data

2013-01-09 Thread Laurent Pinchart
Hi William, On Tuesday 08 January 2013 14:49:41 William Swanson wrote: On 01/07/2013 04:20 AM, Laurent Pinchart wrote: What do you get in the memory buffers ? Are fields captured in separate buffers or combined in a single buffer ? If they're combined, are they interleaved or sequential in

Re: [PATCH] omap3isp: Add support for interlaced input data

2013-01-08 Thread William Swanson
On 01/07/2013 04:20 AM, Laurent Pinchart wrote: What do you get in the memory buffers ? Are fields captured in separate buffers or combined in a single buffer ? If they're combined, are they interleaved or sequential in memory ? I believe the data is combined in a single buffer, with alternate

Re: [PATCH] omap3isp: Add support for interlaced input data

2013-01-07 Thread Laurent Pinchart
Hi William, On Friday 04 January 2013 11:52:28 William Swanson wrote: Laurent Pinchart laurent.pinch...@ideasonboard.com escreveu: On Monday 17 December 2012 18:12:19 William Swanson wrote: If the remote video sensor reports an interlaced video mode, the CCDC block should configure itself

Re: [PATCH] omap3isp: Add support for interlaced input data

2013-01-04 Thread William Swanson
Laurent Pinchart laurent.pinch...@ideasonboard.com escreveu: On Monday 17 December 2012 18:12:19 William Swanson wrote: If the remote video sensor reports an interlaced video mode, the CCDC block should configure itself appropriately. What will the CCDC do in that case ? Will it capture

[PATCH] omap3isp: Add support for interlaced input data

2013-01-04 Thread William Swanson
If the remote video sensor reports an interlaced video mode, the CCDC block should configure itself appropriately. This patch reintroduces code with was removed in commit cf7a3d91ade6c56bfd860b377f84bd58132f7a81, but in a way that is compatible with the new media pipeline work. Signed-off-by:

Re: [PATCH] omap3isp: Add support for interlaced input data

2012-12-27 Thread Mauro Carvalho Chehab
Em Tue, 25 Dec 2012 22:05:48 +0100 Laurent Pinchart laurent.pinch...@ideasonboard.com escreveu: Hi William, Thanks for the patch. Btw, you missed to add a Signed-off-by: line on it. On Monday 17 December 2012 18:12:19 William Swanson wrote: If the remote video sensor reports an

Re: [PATCH] omap3isp: Add support for interlaced input data

2012-12-25 Thread Laurent Pinchart
Hi William, Thanks for the patch. On Monday 17 December 2012 18:12:19 William Swanson wrote: If the remote video sensor reports an interlaced video mode, the CCDC block should configure itself appropriately. What will the CCDC do in that case ? Will it capture fields or frames to memory ? If

[PATCH] omap3isp: Add support for interlaced input data

2012-12-17 Thread William Swanson
If the remote video sensor reports an interlaced video mode, the CCDC block should configure itself appropriately. --- drivers/media/platform/omap3isp/ispccdc.c | 16 ++-- include/media/omap3isp.h |3 +++ 2 files changed, 17 insertions(+), 2 deletions(-) diff