Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185616
b: refs/heads/master
c: b9201c1
h: refs/heads/master
v: v3
  • Loading branch information
Eric Anholt committed Feb 26, 2010
1 parent ab1d67c commit 5bf2acc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a13e4093cbd3db91cc65ac8b8c2baadffa603ee9
refs/heads/master: b9201c14d9c22fb3b3f313f69ee4f967353ca960
6 changes: 5 additions & 1 deletion trunk/drivers/gpu/drm/i915/i915_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,11 @@ void i915_hangcheck_elapsed(unsigned long data)
struct drm_device *dev = (struct drm_device *)data;
drm_i915_private_t *dev_priv = dev->dev_private;
uint32_t acthd;


/* No reset support on this chip yet. */
if (IS_GEN6(dev))
return;

if (!IS_I965G(dev))
acthd = I915_READ(ACTHD);
else
Expand Down

0 comments on commit 5bf2acc

Please sign in to comment.