mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 12:58:20 +07:00
drm/i915: don't forget to uninstall the PM IRQs
It's the only thing missing, apparently. v2: - Fix typo (Ben). Reviewed-by: Ben Widawsky <ben@bwidawsk.net> Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
c955483fac
commit
c71ae0148e
@ -3364,6 +3364,8 @@ static void ironlake_irq_uninstall(struct drm_device *dev)
|
||||
I915_WRITE(GEN7_ERR_INT, I915_READ(GEN7_ERR_INT));
|
||||
|
||||
GEN5_IRQ_FINI(GT);
|
||||
if (INTEL_INFO(dev)->gen >= 6)
|
||||
GEN5_IRQ_FINI(GEN6_PM);
|
||||
|
||||
if (HAS_PCH_NOP(dev))
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user