commit | 8f0dc5bf17dfd947bf7b2cd07a8b1f43e72fb750 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Sep 24 00:43:17 2009 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Sep 29 03:15:24 2009 +0100 |
tree | 0300093a56b1801a936284e8778d50fb4bab911b | |
parent | 4f49be546806bf3839daa0601e1c2d4342c93359 [diff] |
drm/i915: batch submit seqno off-by-one. We increment the seqno number between submitting the batch buffer and the flush/interrupt that demarcates its end, so the tracepoint needs to reference the incremented value to match the completion event. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>