Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167144
b: refs/heads/master
c: 8f0dc5b
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wilson committed Sep 29, 2009
1 parent e2fe529 commit ef60cae
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: 4f49be546806bf3839daa0601e1c2d4342c93359
refs/heads/master: 8f0dc5bf17dfd947bf7b2cd07a8b1f43e72fb750
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 @@ -3352,7 +3352,7 @@ i915_dispatch_gem_execbuffer(struct drm_device *dev,
exec_start = (uint32_t) exec_offset + exec->batch_start_offset;
exec_len = (uint32_t) exec->batch_len;

trace_i915_gem_request_submit(dev, dev_priv->mm.next_gem_seqno);
trace_i915_gem_request_submit(dev, dev_priv->mm.next_gem_seqno + 1);

count = nbox ? nbox : 1;

Expand Down

0 comments on commit ef60cae

Please sign in to comment.