diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2014-06-20 12:39:36 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-07-23 01:05:35 -0400 |
commit | ed2e6df18935beb3d63613c50103bf9757b2aa85 (patch) | |
tree | 9e2632c650e6e5c95484d9bc2ee60d9380d38d98 | |
parent | 95f25beddba2ec9510b249740bacc11eca70cf75 (diff) |
drm/i915: clear pm._irqs_disabled field after installing IRQs
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>
-rw-r--r-- | drivers/gpu/drm/i915/i915_dma.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu/drm/i915/i915_dma.c index eb3d9c0b83dd..f510c34a1cff 100644 --- a/drivers/gpu/drm/i915/i915_dma.c +++ b/drivers/gpu/drm/i915/i915_dma.c | |||
@@ -1340,6 +1340,8 @@ static int i915_load_modeset_init(struct drm_device *dev) | |||
1340 | if (ret) | 1340 | if (ret) |
1341 | goto cleanup_gem_stolen; | 1341 | goto cleanup_gem_stolen; |
1342 | 1342 | ||
1343 | dev_priv->pm._irqs_disabled = false; | ||
1344 | |||
1343 | /* Important: The output setup functions called by modeset_init need | 1345 | /* Important: The output setup functions called by modeset_init need |
1344 | * working irqs for e.g. gmbus and dp aux transfers. */ | 1346 | * working irqs for e.g. gmbus and dp aux transfers. */ |
1345 | intel_modeset_init(dev); | 1347 | intel_modeset_init(dev); |