Skip to content
Snippets Groups Projects
Commit 630681d9 authored by Eric Anholt's avatar Eric Anholt Committed by Dave Airlie
Browse files

drm: Increment dev_priv->irq_received so i915_gem_interrupts count works.


Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 9bfbd5cb
No related branches found
No related tags found
No related merge requests found
......@@ -372,6 +372,8 @@ irqreturn_t i915_driver_irq_handler(DRM_IRQ_ARGS)
u32 pipea_stats, pipeb_stats;
int vblank = 0;
atomic_inc(&dev_priv->irq_received);
if (dev->pdev->msi_enabled)
I915_WRITE(IMR, ~0);
iir = I915_READ(IIR);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment