drm/i915: Set the LVDS_BORDER when using LVDS scaling mode
authorZhao Yakui <yakui.zhao@intel.com>
Sat, 10 Oct 2009 02:42:37 +0000 (10:42 +0800)
committerEric Anholt <eric@anholt.net>
Tue, 13 Oct 2009 17:13:19 +0000 (10:13 -0700)
commita3e17eb8f4080a79738a938abe718be255247a44
tree8778fe5730ef478477c300207bfece4ea347e598
parent9216d44dc13b5e858253f06d83ceea25a9b72f4f
drm/i915: Set the LVDS_BORDER when using LVDS scaling mode

According to the spec the LVDS_BORDER_ENABLE bit decides whether the border
data should be included in the active display and data sent to the panel.
Border should be used when in VGA centered (un-scaled) mode or when scaling
a 4:3 source image to a wide screen panel (typical 16:9).

So when the LVDS scaling is used, decide whether the LVDS_BORDER should be
enabled or not according to the current scaling mode.

At the same time fix the typo error in LVDS center scaling mode.

https://bugs.freedesktop.org/show_bug.cgi?id=23789

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