Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269787
b: refs/heads/master
c: 192aac1
h: refs/heads/master
i:
  269785: 438d2e6
  269783: 773c405
v: v3
  • Loading branch information
Keith Packard committed Sep 30, 2011
1 parent 8512b49 commit d596839
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7fe0b973fadad1634c1a86dda7c6200146299082
refs/heads/master: 192aac1f19e7a2c69fe486b863c914aabd7acc69
4 changes: 4 additions & 0 deletions trunk/drivers/gpu/drm/i915/i915_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -2044,6 +2044,10 @@ static void ironlake_irq_uninstall(struct drm_device *dev)
I915_WRITE(GTIMR, 0xffffffff);
I915_WRITE(GTIER, 0x0);
I915_WRITE(GTIIR, I915_READ(GTIIR));

I915_WRITE(SDEIMR, 0xffffffff);
I915_WRITE(SDEIER, 0x0);
I915_WRITE(SDEIIR, I915_READ(SDEIIR));
}

static void i915_driver_irq_uninstall(struct drm_device * dev)
Expand Down

0 comments on commit d596839

Please sign in to comment.