]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Fix VLV DP RBR/HDMI/DAC PLL LPF coefficients
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 5 Jul 2013 16:21:38 +0000 (19:21 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 9 Jul 2013 20:27:33 +0000 (22:27 +0200)
commit46f27b7bb271f1c9a894a93e86635b48ba1bae84
treef4f1e38a36efc7b313b3757fc666e96f508d8f09
parent044a8611f98ec54a334470601e2075fbd89bf724
drm/i915: Fix VLV DP RBR/HDMI/DAC PLL LPF coefficients

I just got confirmation that we're using some old values for the PLL
LPF coefficients for DP RBR/HDMI/DAC on VLV. The
VLV2A0_DP_eDP_HDMI_DPIO_driver_vbios_notes_9 document lists both values
by mistake, and apparently we had picked the wrong one. Change the
coefficients to the recommended values.

Changing the value doesn't appear to destabilize the VGA output picture
even with my sensitive HP ZR24w display. Also HDMI output to my TV still
works fine.

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