]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Fix VLV PLL LPF coefficients for DAC
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 14 Jun 2013 11:02:52 +0000 (14:02 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 1 Jul 2013 09:14:51 +0000 (11:14 +0200)
commit679074925215c4a675d8c07b750abc1de9260f5c
treef9997cfed07a8a9826c57e8e2d65de457611c6cf
parentb8710efb0bff1376665337c2a24dfa1e2d1ad3e5
drm/i915: Fix VLV PLL LPF coefficients for DAC

The current PLL settings produce a rather unstable picture when
I hook up a VLV to my HP ZR24w display via a VGA cable.

According to VLV2A0_DP_eDP_HDMI_DPIO_driver_vbios_notes_9, we should
use the the same LPF coefficients for DAC as we do for HDMI and RBR DP.
And indeed that seems to cure the shivers.

v2: Add the name of the relevant document to the commit message

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c