Re: [RFC PATCH 5/5] media: ov6650: Add .init_cfg() pad operation callback

2019-06-01 Thread Sakari Ailus
Hi Janusz, On Sun, May 26, 2019 at 10:47:58PM +0200, Janusz Krzysztofik wrote: > The driver now supports V4L2_SUBDEV_FORMAT_TRY operation mode only in > .get/set_fmt() pad operation callbacks. That means only .try_format > member of pad config is maintained. As a consequence, active crop > recta

[RFC PATCH 5/5] media: ov6650: Add .init_cfg() pad operation callback

2019-05-26 Thread Janusz Krzysztofik
The driver now supports V4L2_SUBDEV_FORMAT_TRY operation mode only in .get/set_fmt() pad operation callbacks. That means only .try_format member of pad config is maintained. As a consequence, active crop rectangle is used as a referece while V4L2_SUBDEV_FORMAT_TRY requests are processed. In orde