diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2014-06-20 14:57:33 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-07-23 01:05:36 -0400 |
commit | eb21b92ba0f591e7cc061440c14354fcd5762e45 (patch) | |
tree | 60a8a40636954d66d5d9640cf35c08f726e4cc13 /drivers/gpu/drm/i915/intel_display.c | |
parent | ed2e6df18935beb3d63613c50103bf9757b2aa85 (diff) |
drm/i915: mark IRQs as disabled on unload
To avoid more spew with the new warnings.
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_display.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_display.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index 1cdd1c16d983..f2416d764b03 100644 --- a/drivers/gpu/drm/i915/intel_display.c +++ b/drivers/gpu/drm/i915/intel_display.c | |||
@@ -13050,6 +13050,8 @@ void intel_modeset_cleanup(struct drm_device *dev) | |||
13050 | */ | 13050 | */ |
13051 | drm_irq_uninstall(dev); | 13051 | drm_irq_uninstall(dev); |
13052 | cancel_work_sync(&dev_priv->hotplug_work); | 13052 | cancel_work_sync(&dev_priv->hotplug_work); |
13053 | dev_priv->pm._irqs_disabled = true; | ||
13054 | |||
13053 | /* | 13055 | /* |
13054 | * Due to the hpd irq storm handling the hotplug work can re-arm the | 13056 | * Due to the hpd irq storm handling the hotplug work can re-arm the |
13055 | * poll handlers. Hence disable polling after hpd handling is shut down. | 13057 | * poll handlers. Hence disable polling after hpd handling is shut down. |