]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
drm/i915: clear pm._irqs_disabled field after installing IRQs
authorJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 20 Jun 2014 16:39:36 +0000 (09:39 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 23 Jul 2014 05:05:35 +0000 (07:05 +0200)
After this point, we'll modify it with the runtime routines.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_dma.c

index eb3d9c0b83dd6f0ff52333c412d3bc6dea3fc2f9..f510c34a1cffc25fd4940df033c0db3547d50fb9 100644 (file)
@@ -1340,6 +1340,8 @@ static int i915_load_modeset_init(struct drm_device *dev)
        if (ret)
                goto cleanup_gem_stolen;
 
+       dev_priv->pm._irqs_disabled = false;
+
        /* Important: The output setup functions called by modeset_init need
         * working irqs for e.g. gmbus and dp aux transfers. */
        intel_modeset_init(dev);