Re: [PATCH 2/3] omap3isp: Move starting the sensor from streamon IOCTL handler to VB2 QOP

2015-11-09 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Friday 19 September 2014 00:57:48 Sakari Ailus wrote: > Move the starting of the sensor from the VIDIOC_STREAMON handler to the > videobuf2 queue op start_streaming. This avoids failing starting the stream > after vb2_streamon() has already finished. > > Si

[PATCH 2/3] omap3isp: Move starting the sensor from streamon IOCTL handler to VB2 QOP

2014-09-18 Thread Sakari Ailus
Move the starting of the sensor from the VIDIOC_STREAMON handler to the videobuf2 queue op start_streaming. This avoids failing starting the stream after vb2_streamon() has already finished. Signed-off-by: Sakari Ailus --- drivers/media/platform/omap3isp/ispvideo.c | 49 +--