drivers: media: imx477: Disable the scaler
authorNaushir Patuck <naush@raspberrypi.com>
Mon, 23 Oct 2023 09:03:03 +0000 (10:03 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:09 +0000 (11:35 +0000)
commitf742cdc2a423f0cb68bbd894967725e7c9152aa8
tree244ed70031d1e813e2a3c250889e63763e73eaf9
parentb6567d5c75a941f6966fde956a32a3435d2dda3a
drivers: media: imx477: Disable the scaler

The horizontal scaler was enabled for the 2028x1520 and 2028x1080 modes,
with a scale factor of 1. It caused a single column of bad pixels on the
right edge of the image. Since scaling is not needed for these modes,
disable it entirely.

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