drm/i915: Enable/disable the dithering for LVDS based on VBT setting
authorZhao Yakui <yakui.zhao@intel.com>
Mon, 4 Jan 2010 08:29:30 +0000 (16:29 +0800)
committerEric Anholt <eric@anholt.net>
Wed, 6 Jan 2010 17:40:11 +0000 (09:40 -0800)
commit898822ce9561ab9b58a7eb60580a162a83dadecd
tree753427e34260c563e2f2e9676b760f85cff24bc2
parente3d8affb0d2d95f2da61e30ce86b33177feb91e8
drm/i915: Enable/disable the dithering for LVDS based on VBT setting

Enable/disable the dithering for LVDS based on VBT setting. On the 965/g4x
platform the dithering flag is defined in LVDS register. And on the ironlake
the dithering flag is defined in pipeconf register.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_display.c