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)
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>

No differences found