Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131709
b: refs/heads/master
c: 6c0594a
h: refs/heads/master
i:
  131707: 8f6cabe
v: v3
  • Loading branch information
Karsten Wiese authored and Linus Torvalds committed Feb 24, 2009
1 parent 5fd204e commit ac25a9f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ea5a42c22ee123dfc8fa34c421cf95d6235e54d9
refs/heads/master: 6c0594a306790ab03db345086c0c6c922a900bf6
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/i915/i915_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,9 @@ i915_gem_retire_requests(struct drm_device *dev)
drm_i915_private_t *dev_priv = dev->dev_private;
uint32_t seqno;

if (!dev_priv->hw_status_page)
return;

seqno = i915_get_gem_seqno(dev);

while (!list_empty(&dev_priv->mm.request_list)) {
Expand Down

0 comments on commit ac25a9f

Please sign in to comment.