Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information