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

drm: vc4: Fix interpolate bit for nearest neighbour filter #6364

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

6by9
Copy link
Contributor

@6by9 6by9 commented Sep 16, 2024

Operator precedence resulted in the wrong value being written for nearest neighbour mode. Correct it.

Fixes: d6a3a3f ("drm/vc4: Add support for per plane scaling filter selection")

#6362

Operator precedence resulted in the wrong value being written
for nearest neighbour mode. Correct it.

Fixes: d6a3a3f ("drm/vc4: Add support for per plane scaling filter selection")
Signed-off-by: Dave Stevenson <[email protected]>
@pelwell pelwell merged commit c132137 into raspberrypi:rpi-6.6.y Sep 16, 2024
11 of 12 checks passed
popcornmix added a commit to raspberrypi/firmware that referenced this pull request Sep 18, 2024
See: raspberrypi/linux#6371

kernel: drm: vc4: Fix interpolate bit for nearest neighbour filter
See: raspberrypi/linux#6364

kernel: drm: panel: ili9881: Correct symmetry on enable/disable return codes
See: raspberrypi/linux#6360

kernel: vc04_services: codec: Allocate the max number of buffers on the VPU
See: raspberrypi/linux#6348

kernel: ASoC: add the HiFiBerry 8-channel ADC soundcard
See: raspberrypi/linux#6353
popcornmix added a commit to raspberrypi/rpi-firmware that referenced this pull request Sep 18, 2024
See: raspberrypi/linux#6371

kernel: drm: vc4: Fix interpolate bit for nearest neighbour filter
See: raspberrypi/linux#6364

kernel: drm: panel: ili9881: Correct symmetry on enable/disable return codes
See: raspberrypi/linux#6360

kernel: vc04_services: codec: Allocate the max number of buffers on the VPU
See: raspberrypi/linux#6348

kernel: ASoC: add the HiFiBerry 8-channel ADC soundcard
See: raspberrypi/linux#6353
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.

3 participants