Re: [PATCH v3 25/33] omap3isp: Introduce omap3isp_get_external_info()

2012-02-25 Thread Sakari Ailus
Hi Laurent, Laurent Pinchart wrote: > Hi Sakari, > > Thanks for the patch. > > On Monday 20 February 2012 03:57:04 Sakari Ailus wrote: >> omap3isp_get_external_info() will retrieve external subdev's bits-per-pixel >> and pixel rate for the use of other ISP subdevs at streamon time. >> omap3isp_g

Re: [PATCH v3 25/33] omap3isp: Introduce omap3isp_get_external_info()

2012-02-22 Thread Laurent Pinchart
Hi Sakari, Thanks for the patch. On Monday 20 February 2012 03:57:04 Sakari Ailus wrote: > omap3isp_get_external_info() will retrieve external subdev's bits-per-pixel > and pixel rate for the use of other ISP subdevs at streamon time. > omap3isp_get_external_info() is used during pipeline validat

[PATCH v3 25/33] omap3isp: Introduce omap3isp_get_external_info()

2012-02-19 Thread Sakari Ailus
omap3isp_get_external_info() will retrieve external subdev's bits-per-pixel and pixel rate for the use of other ISP subdevs at streamon time. omap3isp_get_external_info() is used during pipeline validation. Signed-off-by: Sakari Ailus --- drivers/media/video/omap3isp/isp.c | 48 +++