Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ece1deb authored by Ville Syrjälä's avatar Ville Syrjälä
Browse files

drm/i915: Remove ILK-A eDP PLL workaround notes



We don't care about ILK-A and the old w/a notes may just confuse
people, so get rid of them.

Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1446146763-31821-12-git-send-email-ville.syrjala@linux.intel.com


Reviewed-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
parent b377e0df
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1559,10 +1559,6 @@ static void ironlake_set_pll_cpu_edp(struct intel_dp *intel_dp)
	dpa_ctl &= ~DP_PLL_FREQ_MASK;

	if (crtc->config->port_clock == 162000) {
		/* For a long time we've carried around a ILK-DevA w/a for the
		 * 162MHz clock. If we're really unlucky, it's still required.
		 */
		DRM_DEBUG_KMS("162MHz cpu eDP clock, might need ilk devA w/a\n");
		dpa_ctl |= DP_PLL_FREQ_162MHZ;
		intel_dp->DP |= DP_PLL_FREQ_162MHZ;
	} else {