media: i2c: imx290: Explicitly set v&h blank on mode change
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Tue, 7 Jul 2020 09:31:53 +0000 (10:31 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:04:04 +0000 (16:04 +0000)
commit090d29f5854aa7b6511b0ae8a926929130fd3978
treecf2cd0f9d89d2445bd2dca60885e9804c4e2eef2
parent46a4d44b52e57274d2b68723a65cfb0b10d8140e
media: i2c: imx290: Explicitly set v&h blank on mode change

__v4l2_ctrl_modify_range only updates the current value should
it be invalid within the new range. That can leave modes producing
odd frame rates.

Explicitly update the HBLANK and VBLANK values so that on mode
change we revert to the default frame rate for the mode.

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