drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
[deliverable/linux.git] / drivers / gpu / drm / i915 / intel_dpll_mgr.c
index 8a4dac98b3d5622e9ae6e94955e6a5d4cc6d651c..9098169b39c37c087c7c8221337268542090da24 100644 (file)
@@ -331,7 +331,7 @@ static void ibx_pch_dpll_enable(struct drm_i915_private *dev_priv,
 static void ibx_pch_dpll_disable(struct drm_i915_private *dev_priv,
                                 struct intel_shared_dpll *pll)
 {
-       struct drm_device *dev = dev_priv->dev;
+       struct drm_device *dev = &dev_priv->drm;
        struct intel_crtc *crtc;
 
        /* Make sure no transcoder isn't still depending on us. */
This page took 0.030382 seconds and 5 git commands to generate.