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

2012-07-20 Thread javier Martin
On 12 July 2012 10:56, Javier Martin javier.mar...@vista-silicon.com 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 javier.mar...@vista-silicon.com --- drivers/media/video/mx2_camera.c

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 javier.mar...@vista-silicon.com 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

[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 javier.mar...@vista-silicon.com --- drivers/media/video/mx2_camera.c | 40 ++ 1 file changed, 40 insertions(+)

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

2012-06-08 Thread javier Martin
Hi Fabio, On 7 June 2012 19:35, Fabio Estevam feste...@gmail.com wrote: Hi Javier, On Thu, Jun 7, 2012 at 5:30 AM, javier Martin javier.mar...@vista-silicon.com 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

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 feste...@gmail.com wrote: On Tue, Jun 5, 2012 at 11:14 AM, javier Martin javier.mar...@vista-silicon.com 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

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 javier.mar...@vista-silicon.com 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:

[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 javier.mar...@vista-silicon.com --- drivers/media/video/mx2_camera.c | 26

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

2012-06-05 Thread javier Martin
Hi, On 5 June 2012 16:09, Fabio Estevam feste...@gmail.com 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 -

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 javier.mar...@vista-silicon.com 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