Skip to content
Commit 7cd015a0 authored by Keith Packard's avatar Keith Packard
Browse files

drm/i915: Enable dither whenever display bpc < frame buffer bpc



We want to enable dithering on any pipe where the frame buffer has
more color resolution than the output device.

The previous code was incorrectly clamping the frame buffer bpc to the
display bpc, effectively disabling dithering all of the time as the
computed frame buffer bpc would never be larger than the display bpc.

Signed-off-by: default avatarKeith Packard <keithp@keithp.com>
Reported-by: default avatarOliver Hartkopp <socketcan@hartkopp.net>
Tested-by: default avatarOliver Hartkopp <socketcan@hartkopp.net>
parent b6fd41e2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment