drm/i915: batch submit seqno off-by-one.
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 23 Sep 2009 23:43:17 +0000 (00:43 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 29 Sep 2009 02:15:24 +0000 (03:15 +0100)
commit8f0dc5bf17dfd947bf7b2cd07a8b1f43e72fb750
tree0300093a56b1801a936284e8778d50fb4bab911b
parent4f49be546806bf3839daa0601e1c2d4342c93359
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>
drivers/gpu/drm/i915/i915_gem.c