Re: [PATCH v3 2/3] media: soc_camera: rcar_vin: Add capture width check for NV16 format

2014-11-16 Thread Guennadi Liakhovetski
Hi Kaneko-san, On Tue, 21 Oct 2014, Yoshihiro Kaneko wrote: From: Koji Matsuoka koji.matsuoka...@renesas.com At the time of NV16 capture format, the user has to specify the capture output width of the multiple of 32 for H/W specification. At the time of using NV16 format by ioctl of

[PATCH v3 2/3] media: soc_camera: rcar_vin: Add capture width check for NV16 format

2014-10-20 Thread Yoshihiro Kaneko
From: Koji Matsuoka koji.matsuoka...@renesas.com At the time of NV16 capture format, the user has to specify the capture output width of the multiple of 32 for H/W specification. At the time of using NV16 format by ioctl of VIDIOC_S_FMT, this patch adds align check and the error handling to