drm/i915: don't skip shared DPLL assertion on LPT
Since we now have support for shared DPLLS. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Reviewed-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
df8ad70ca3
commit
7709afa819
@ -1094,11 +1094,6 @@ void assert_shared_dpll(struct drm_i915_private *dev_priv,
|
||||
bool cur_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,
|
||||
"asserting DPLL %s with no DPLL\n", state_string(state)))
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user