OSDN Git Service

drm/i915: Fix tracing of submit seqno
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 22 Mar 2018 11:00:59 +0000 (11:00 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 22 Mar 2018 13:50:12 +0000 (13:50 +0000)
commit0e59c209f4ccf9f9d505babdb04731294e18c4ed
tree1b69d17787ea63b42c4770583697fa9ca49eace4
parentd544e918ff132488770ab2cb6b03e2af69497d1c
drm/i915: Fix tracing of submit seqno

We pre-increment the timeline->seqno when handing it to the request,
make sure the GEM_TRACE takes this into account. Otherwise, it appears
that we go backwards over a preemption point:

1d..1 157681077us : __i915_request_unsubmit: vcs0 fence 75e:3 <- global_seqno 17
0d.s1 157681113us : __i915_request_submit: vcs0 fence 75e:3 -> global_seqno 16

Fixes: d9b13c4dde6c ("drm/i915: Trace GEM steps between submit and wedging")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180322110059.4467-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_request.c