media: i2c: imx290: Add H and V flip controls
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Thu, 11 Jun 2020 17:34:16 +0000 (18:34 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:04:04 +0000 (16:04 +0000)
commit5d83b0589b07f75077591e9a6968eddeec3260c3
treefccf2af0d18bbfc86165cb64fc06888c770c0fa3
parentdff7ccb6112132a658ef6fa091d2d29af55a0889
media: i2c: imx290: Add H and V flip controls

The sensor supports horizontal and vertical flips, so support them
through V4L2_CID_HFLIP and V4L2_CID_VFLIP.

This sensor does NOT change the Bayer order when changing the
direction of readout, therefore no special handling is required for
that.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/media/i2c/imx290.c