From: Keith Packard Date: Mon, 5 Sep 2011 18:53:21 +0000 (-0700) Subject: drm/i915: Enable dither whenever display bpc < frame buffer bpc X-Git-Tag: v3.1-rc9~19^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cd015a0a37265e23bbdce7ce8f7e00507abe9ed;p=pandora-kernel.git 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: Keith Packard Reported-by: Oliver Hartkopp Tested-by: Oliver Hartkopp --- Reading git-diff-tree failed