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

Commit 20749730 authored by Paulo Zanoni's avatar Paulo Zanoni Committed by Daniel Vetter
Browse files

drm/i915: remove Haswell code from ironlake_fdi_pll_enable



This function is not called on Haswell anymore.

Signed-off-by: default avatarPaulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: default avatarImre Deak <imre.deak@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent c1f63f9d
Loading
Loading
Loading
Loading
+7 −11
Original line number Diff line number Diff line
@@ -2787,9 +2787,6 @@ static void ironlake_fdi_pll_enable(struct intel_crtc *intel_crtc)
	POSTING_READ(reg);
	udelay(200);

	/* On Haswell, the PLL configuration for ports and pipes is handled
	 * separately, as part of DDI setup */
	if (!IS_HASWELL(dev)) {
	/* Enable CPU FDI TX PLL, always on for Ironlake */
	reg = FDI_TX_CTL(pipe);
	temp = I915_READ(reg);
@@ -2800,7 +2797,6 @@ static void ironlake_fdi_pll_enable(struct intel_crtc *intel_crtc)
		udelay(100);
	}
}
}

static void ironlake_fdi_pll_disable(struct intel_crtc *intel_crtc)
{