]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Make global seqno known in i915_gem_request_execute tracepoint
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Tue, 20 Feb 2018 10:47:42 +0000 (10:47 +0000)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Wed, 21 Feb 2018 14:03:40 +0000 (14:03 +0000)
commit158863fb50968c0ae85e87a401221425c941b9f0
tree9df769f76c1345a3e0e2663ecf0a324417a901ea
parentfed8165851e262575585b22055ff5dba7d91b0e5
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 <tvrtko.ursulin@intel.com>
Fixes: fe49789fab97 ("drm/i915: Deconstruct execute fence")
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20180220104742.565-1-tvrtko.ursulin@linux.intel.com
drivers/gpu/drm/i915/i915_gem_request.c