2011/12/31 Sakari Ailus <sakari.ailus@xxxxxx>: > Hi Scott, > > On Fri, Dec 30, 2011 at 03:20:43PM +0800, Scott Jiang wrote: >> Hi Hans and Guennadi, >> >> Our bridge driver needs to know line clock count including active >> lines and blanking area. >> I can compute active clock count according to pixel format, but how >> can I get this in blanking area in current framework? > > Such information is not available currently over the V4L2 subdev interface. > Please see this patchset: > > <URL:http://www.spinics.net/lists/linux-media/msg41765.html> > > Patches 7 and 8 are probably the most interesting for you. This is an RFC > patchset so the final implementation could well still change. > Hi Sakari, Thanks for your reply. Your patch added VBLANK and HBLANK control, but my case isn't a user control. That is to say, you can't specify a blanking control value for sensor. And you added pixel clock rate in mbus format, I think if I add two more parametres such as VBLANK lines and HBLANK clocks I can solve this problem. In fact, active lines and blanking lines are essential params to define an image. Regards, Scott -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html