Re: [PATCH] media: mx2_camera: Add YUYV output format.

2012-07-20 Thread Guennadi Liakhovetski
Hi Javier On Fri, 20 Jul 2012, javier Martin wrote: > On 12 July 2012 10:56, Javier Martin wrote: > > Add explicit conversions from UYVY and YUYV to YUYV so that > > csicr1 configuration can be set properly for each format. > > > > Signed-off-by: Javier Martin > > --- > > drivers/media/video/m

Re: [PATCH] media: mx2_camera: Add YUYV output format.

2012-07-20 Thread javier Martin
On 12 July 2012 10:56, Javier Martin wrote: > Add explicit conversions from UYVY and YUYV to YUYV so that > csicr1 configuration can be set properly for each format. > > Signed-off-by: Javier Martin > --- > drivers/media/video/mx2_camera.c | 40 > ++ > 1 fi

[PATCH] media: mx2_camera: Add YUYV output format.

2012-07-12 Thread Javier Martin
Add explicit conversions from UYVY and YUYV to YUYV so that csicr1 configuration can be set properly for each format. Signed-off-by: Javier Martin --- drivers/media/video/mx2_camera.c | 40 ++ 1 file changed, 40 insertions(+) diff --git a/drivers/media/vide

Re: [PATCH] media: mx2_camera: Add YUYV output format.

2012-06-07 Thread javier Martin
Hi Fabio, On 7 June 2012 19:35, Fabio Estevam wrote: > Hi Javier, > > On Thu, Jun 7, 2012 at 5:30 AM, javier Martin > wrote: > >> As i stated, the driver is still in an early development stage, it >> doesn't do anything useful yet. But this is the public git repository >> if you want to take a l

Re: [PATCH] media: mx2_camera: Add YUYV output format.

2012-06-07 Thread Fabio Estevam
Hi Javier, On Thu, Jun 7, 2012 at 5:30 AM, javier Martin wrote: > As i stated, the driver is still in an early development stage, it > doesn't do anything useful yet. But this is the public git repository > if you want to take a look: > > git repo: https://github.com/jmartinc/video_visstrim.git

Re: [PATCH] media: mx2_camera: Add YUYV output format.

2012-06-07 Thread javier Martin
Hi Fabio, On 5 June 2012 16:17, Fabio Estevam wrote: > On Tue, Jun 5, 2012 at 11:14 AM, javier Martin > wrote: > >> No, I'm still working on it in my spare time. Progress is rather slow. > > Ok, great. If you want to collaborate on this task, I will be glad to help. > > Let me know if you have a

Re: [PATCH] media: mx2_camera: Add YUYV output format.

2012-06-05 Thread Fabio Estevam
On Tue, Jun 5, 2012 at 11:14 AM, javier Martin wrote: > No, I'm still working on it in my spare time. Progress is rather slow. Ok, great. If you want to collaborate on this task, I will be glad to help. Let me know if you have a git tree with your work in progress. Saludos, Fabio Estevam -- T

Re: [PATCH] media: mx2_camera: Add YUYV output format.

2012-06-05 Thread javier Martin
Hi, On 5 June 2012 16:09, Fabio Estevam wrote: > Hi Javier, > > Just curious: have you managed to get VPU driver working in mainline > running on mx27? No, I'm still working on it in my spare time. Progress is rather slow. Regards. -- Javier Martin Vista Silicon S.L. CDTUC - FASE C - Oficina

[PATCH] media: mx2_camera: Add YUYV output format.

2012-06-05 Thread Javier Martin
While YUYV format can be handled using generic pass-through mode, in order to allow resizing the eMMa-PrP has to know exactly what format it is dealing with to process data accordingly. Signed-off-by: Javier Martin --- drivers/media/video/mx2_camera.c | 26 ++ 1 files c