media: i2c: imx477: Remove auto frame length adjusting
authorNaushir Patuck <naush@raspberrypi.com>
Wed, 10 Feb 2021 10:18:53 +0000 (10:18 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:04:10 +0000 (16:04 +0000)
commit7366e2b911259a922da7b300fb9662b14d14bea2
treee79bff95c36cfea156d22866edeacd5e2a23d4ab
parentb08aab677bab1cd12ee5b51db45c395ecd831389
media: i2c: imx477: Remove auto frame length adjusting

The V4L2_CID_EXPOSURE_AUTO_PRIORITY was used to let the sensor control
frame length (effectively framerate) based on the requested exposure
time requested. Remove this feature as it is never used, and goes
against how V4L2 likes to handle exposure and vblank controls.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
drivers/media/i2c/imx477.c