Re: [PATCH 2/5] mx2_camera: remove emma limitation for RGB565

2010-08-05 Thread Guennadi Liakhovetski
On Wed, 4 Aug 2010, Michael Grzeschik wrote: > On Wed, Aug 04, 2010 at 11:55:39AM +0200, Guennadi Liakhovetski wrote: > > On Tue, 3 Aug 2010, Michael Grzeschik wrote: > > > > > In the current source status the emma has no limitation for any PIXFMT > > > since the data is parsed raw and unprocesse

Re: [PATCH 2/5] mx2_camera: remove emma limitation for RGB565

2010-08-04 Thread Michael Grzeschik
On Wed, Aug 04, 2010 at 11:55:39AM +0200, Guennadi Liakhovetski wrote: > On Tue, 3 Aug 2010, Michael Grzeschik wrote: > > > In the current source status the emma has no limitation for any PIXFMT > > since the data is parsed raw and unprocessed into the memory. > > I'd like some explanation for th

Re: [PATCH 2/5] mx2_camera: remove emma limitation for RGB565

2010-08-04 Thread Guennadi Liakhovetski
On Tue, 3 Aug 2010, Michael Grzeschik wrote: > In the current source status the emma has no limitation for any PIXFMT > since the data is parsed raw and unprocessed into the memory. I'd like some explanation for this one too, please. What about + /* +* We only use the EMMA engine t

[PATCH 2/5] mx2_camera: remove emma limitation for RGB565

2010-08-03 Thread Michael Grzeschik
In the current source status the emma has no limitation for any PIXFMT since the data is parsed raw and unprocessed into the memory. Signed-off-by: Michael Grzeschik --- drivers/media/video/mx2_camera.c |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/drivers/media