]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 18 Jan 2010 18:19:24 +0000 (10:19 -0800)
commitcba0270924c7a6be1f30abd854ebdb3e0df6fb81
tree7663f093e33ee098b36f4a841852378a5d664036
parentde040919d2c6a9a6a905b629810d2139c0d5f370
drm/i915: Enable/disable the dithering for LVDS based on VBT setting

commit 898822ce9561ab9b58a7eb60580a162a83dadecd upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_display.c