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

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

drm/i915: don't skip shared DPLL assertion on LPT



Since we now have support for shared DPLLS.

Signed-off-by: default avatarPaulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: default avatarDamien Lespiau <damien.lespiau@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent df8ad70c
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -1094,11 +1094,6 @@ void assert_shared_dpll(struct drm_i915_private *dev_priv,
	bool cur_state;
	bool cur_state;
	struct intel_dpll_hw_state hw_state;
	struct intel_dpll_hw_state hw_state;


	if (HAS_PCH_LPT(dev_priv->dev)) {
		DRM_DEBUG_DRIVER("LPT detected: skipping PCH PLL test\n");
		return;
	}

	if (WARN (!pll,
	if (WARN (!pll,
		  "asserting DPLL %s with no DPLL\n", state_string(state)))
		  "asserting DPLL %s with no DPLL\n", state_string(state)))
		return;
		return;