drm/i915: Make global seqno known in i915_gem_request_execute tracepoint
authorTvrtko Ursulin <[email protected]>
Tue, 20 Feb 2018 10:47:42 +0000 (10:47 +0000)
committerRodrigo Vivi <[email protected]>
Wed, 28 Feb 2018 19:10:48 +0000 (11:10 -0800)
commitfa89782b4f9c40d40e3f7d9ad7ef14e0bb0c3ca0
tree1693ae5cca9f624a3bcd15e6a5f49422509a8e6e
parente659d14ed48096f87a678e7ebbdf286a817b4d0e
drm/i915: Make global seqno known in i915_gem_request_execute tracepoint

Commit fe49789fab97 ("drm/i915: Deconstruct execute fence") re-arranged
the code and moved the i915_gem_request_execute tracepoint to before the
global seqno is assigned to the request.

We need to move the tracepoint a bit later so this information is once
again available.

Signed-off-by: Tvrtko Ursulin <[email protected]>
Fixes: fe49789fab97 ("drm/i915: Deconstruct execute fence")
Cc: Chris Wilson <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Cc: Jani Nikula <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Cc: Rodrigo Vivi <[email protected]>
Cc: [email protected]
Reviewed-by: Chris Wilson <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
(cherry picked from commit 158863fb50968c0ae85e87a401221425c941b9f0)
Signed-off-by: Rodrigo Vivi <[email protected]>
drivers/gpu/drm/i915/i915_gem_request.c