Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307327
b: refs/heads/master
c: 4146b08
h: refs/heads/master
i:
  307325: 3ae4693
  307323: fe91103
  307319: c9e332b
  307311: 95719c7
  307295: 9a52cc7
  307263: 2cea056
  307199: 34b6bcc
v: v3
  • Loading branch information
Ben Widawsky authored and Daniel Vetter committed May 3, 2012
1 parent 4266a03 commit 1444833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 604dd3ec75b2488dc81cd25dd85fcea23df25a9e
refs/heads/master: 4146b08d767a702682bd28e2a21b062983fd937c
5 changes: 1 addition & 4 deletions trunk/drivers/gpu/drm/i915/i915_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -2996,11 +2996,8 @@ i915_gem_ring_throttle(struct drm_device *dev, struct drm_file *file)

if (ret == 0 && atomic_read(&dev_priv->mm.wedged))
ret = -EIO;
} else if (wait_for_atomic(i915_seqno_passed(ring->get_seqno(ring),
seqno) ||
atomic_read(&dev_priv->mm.wedged), 3000)) {
} else
ret = -EBUSY;
}
}

if (ret == 0)
Expand Down

0 comments on commit 1444833

Please sign in to comment.