Skip to content

Commit

Permalink
drm/i915: don't forget to uninstall the PM IRQs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paulo Zanoni authored and Daniel Vetter committed Apr 1, 2014
1 parent c955483 commit c71ae01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/i915/i915_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c71ae01

Please sign in to comment.