Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb21b92b authored by Jesse Barnes's avatar Jesse Barnes Committed by Daniel Vetter
Browse files

drm/i915: mark IRQs as disabled on unload



To avoid more spew with the new warnings.

Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent ed2e6df1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -13050,6 +13050,8 @@ void intel_modeset_cleanup(struct drm_device *dev)
	 */
	drm_irq_uninstall(dev);
	cancel_work_sync(&dev_priv->hotplug_work);
	dev_priv->pm._irqs_disabled = true;

	/*
	 * Due to the hpd irq storm handling the hotplug work can re-arm the
	 * poll handlers. Hence disable polling after hpd handling is shut down.