Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers: media: imx477: Disable the scaler #5672

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

naushir
Copy link
Contributor

@naushir naushir commented Oct 23, 2023

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.

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 <[email protected]>
@naushir
Copy link
Contributor Author

naushir commented Oct 23, 2023

@davidplowman

@davidplowman
Copy link
Contributor

I'm convinced. Bit weird how we never noticed...!

@naushir
Copy link
Contributor Author

naushir commented Oct 23, 2023

I think it's partially to do with these being video modes and we don't pixel peek at them often.

@naushir naushir merged commit f075893 into raspberrypi:rpi-6.1.y Oct 23, 2023
12 checks passed
@naushir naushir deleted the imx477 branch October 23, 2023 11:37
popcornmix added a commit to raspberrypi/firmware that referenced this pull request Oct 24, 2023
See: raspberrypi/linux#5669

kernel: drivers: media: imx477: Disable the scaler
See: raspberrypi/linux#5672

kernel: dt: Add drm_fbN_vc4 overrides for Pi0-4
See: raspberrypi/linux#5675

kernel: fixup! overlays: mcp23017: allow specification of the i2c bus
See: raspberrypi/linux#5678

kernel: dts: bcm2712: Add the krnbt parameter
popcornmix added a commit to raspberrypi/rpi-firmware that referenced this pull request Oct 24, 2023
See: raspberrypi/linux#5669

kernel: drivers: media: imx477: Disable the scaler
See: raspberrypi/linux#5672

kernel: dt: Add drm_fbN_vc4 overrides for Pi0-4
See: raspberrypi/linux#5675

kernel: fixup! overlays: mcp23017: allow specification of the i2c bus
See: raspberrypi/linux#5678

kernel: dts: bcm2712: Add the krnbt parameter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants