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
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
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
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
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
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
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
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
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