Re: [PATCH v5 27/35] omap3isp: Introduce isp_video_check_external_subdevs()

2012-03-07 Thread Laurent Pinchart
Hi Sakari, Thanks for the patch. On Tuesday 06 March 2012 18:33:08 Sakari Ailus wrote: isp_video_check_external_subdevs() will retrieve external subdev's bits-per-pixel and pixel rate for the use of other ISP subdevs at streamon time. isp_video_check_external_subdevs() is called after

Re: [PATCH v5 27/35] omap3isp: Introduce isp_video_check_external_subdevs()

2012-03-07 Thread Sakari Ailus
Hi Laurent, Thanks for the comments! On Wed, Mar 07, 2012 at 11:43:31AM +0100, Laurent Pinchart wrote: On Tuesday 06 March 2012 18:33:08 Sakari Ailus wrote: isp_video_check_external_subdevs() will retrieve external subdev's bits-per-pixel and pixel rate for the use of other ISP subdevs at

Re: [PATCH v5 27/35] omap3isp: Introduce isp_video_check_external_subdevs()

2012-03-07 Thread Laurent Pinchart
Hi Sakari, On Wednesday 07 March 2012 19:49:46 Sakari Ailus wrote: On Wed, Mar 07, 2012 at 11:43:31AM +0100, Laurent Pinchart wrote: On Tuesday 06 March 2012 18:33:08 Sakari Ailus wrote: isp_video_check_external_subdevs() will retrieve external subdev's bits-per-pixel and pixel rate for

Re: [PATCH v5 27/35] omap3isp: Introduce isp_video_check_external_subdevs()

2012-03-07 Thread Sakari Ailus
Hi Laurent, Laurent Pinchart wrote: On Wednesday 07 March 2012 19:49:46 Sakari Ailus wrote: On Wed, Mar 07, 2012 at 11:43:31AM +0100, Laurent Pinchart wrote: On Tuesday 06 March 2012 18:33:08 Sakari Ailus wrote: isp_video_check_external_subdevs() will retrieve external subdev's

[PATCH v5 27/35] omap3isp: Introduce isp_video_check_external_subdevs()

2012-03-06 Thread Sakari Ailus
isp_video_check_external_subdevs() will retrieve external subdev's bits-per-pixel and pixel rate for the use of other ISP subdevs at streamon time. isp_video_check_external_subdevs() is called after pipeline validation. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi ---