Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357914
b: refs/heads/master
c: 9e8e368
h: refs/heads/master
v: v3
  • Loading branch information
Mika Kuoppala authored and Daniel Vetter committed Dec 11, 2012
1 parent 3a68c7b commit 4a19880
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 107f27a5df8ad33a351d6e82fe95ff92b428f72e
refs/heads/master: 9e8e36879f268f1652e11b1c8560bbb67cf4f08e
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/i915_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -3943,7 +3943,7 @@ i915_gem_init_hw(struct drm_device *dev)
goto cleanup_bsd_ring;
}

dev_priv->next_seqno = 1;
dev_priv->next_seqno = (u32)-1 - 0x1000;

/*
* XXX: There was some w/a described somewhere suggesting loading
Expand Down

0 comments on commit 4a19880

Please sign in to comment.