media: i2c: imx290: Implement HBLANK and VBLANK controls
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 16 Oct 2022 06:15:18 +0000 (09:15 +0300)
committerSakari Ailus <sakari.ailus@linux.intel.com>
Thu, 27 Oct 2022 11:38:02 +0000 (14:38 +0300)
commit0c3b56c905e391345d3fdafc53d5ca1d39219b9f
tree9cdf7d4f27c93e26a0013e384081a3518f3b64f9
parent72c87b7ad5602c037fe27b3ad3894f9c70997056
media: i2c: imx290: Implement HBLANK and VBLANK controls

Add support for the V4L2_CID_HBLANK and V4L2_CID_VBLANK controls to the
imx290 driver. Make the controls read-only to start with, to report the
values to userspace for timing calculation.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
drivers/media/i2c/imx290.c