Re: [PATCH 1/8] soc_camera: Use soc_camera_device::sizeimage to compute buffer sizes

2012-04-24 Thread Guennadi Liakhovetski
Hi Laurent Sorry for a slightly delayed reply;-) On Thu, 26 Jan 2012, Laurent Pinchart wrote: [snip] diff --git a/drivers/media/video/sh_mobile_ceu_camera.c b/drivers/media/video/sh_mobile_ceu_camera.c index c51decf..f4eb9e1 100644 --- a/drivers/media/video/sh_mobile_ceu_camera.c

Re: [PATCH 1/8] soc_camera: Use soc_camera_device::sizeimage to compute buffer sizes

2012-01-26 Thread Guennadi Liakhovetski
Hi Laurent Thanks for the patches. This one looks good mostly, a couple of questions though: On Wed, 25 Jan 2012, Laurent Pinchart wrote: Instead of computing the buffer size manually in the videobuf queue setup and buffer prepare callbacks, use the previously negotiated

Re: [PATCH 1/8] soc_camera: Use soc_camera_device::sizeimage to compute buffer sizes

2012-01-26 Thread Laurent Pinchart
Hi Guennadi, On Thursday 26 January 2012 16:21:00 Guennadi Liakhovetski wrote: Hi Laurent Thanks for the patches. This one looks good mostly, a couple of questions though: On Wed, 25 Jan 2012, Laurent Pinchart wrote: Instead of computing the buffer size manually in the videobuf queue

[PATCH 1/8] soc_camera: Use soc_camera_device::sizeimage to compute buffer sizes

2012-01-25 Thread Laurent Pinchart
Instead of computing the buffer size manually in the videobuf queue setup and buffer prepare callbacks, use the previously negotiated soc_camera_device::sizeimage value. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/video/atmel-isi.c| 17