drm/i915: don't skip shared DPLL assertion on LPT
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 4 Jul 2014 14:30:28 +0000 (11:30 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 10 Jul 2014 20:13:54 +0000 (22:13 +0200)
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>
drivers/gpu/drm/i915/intel_display.c

index 6362524cd8d141102a238836866c3b743af18256..15ade7ec4b744f6a85b085fdf03da35ee4b779e5 100644 (file)
@@ -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;
This page took 0.043148 seconds and 5 git commands to generate.