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

2014-10-18 Thread Sergei Shtylyov
Hello. On 10/16/2014 10:12 AM, 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

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

2014-10-18 Thread Sergei Shtylyov
On 10/16/2014 10:12 AM, 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 VIDIOC_S_FMT, this

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

2014-10-16 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