]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915/tracepoints: Adjust i915_gem_ring_dispatch
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Tue, 21 Feb 2017 09:13:44 +0000 (09:13 +0000)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Tue, 21 Feb 2017 13:17:57 +0000 (13:17 +0000)
commit1cce8922df06ca662da9dff817cae7f3aca4276c
treefd83b54f3ae24c53a07626107b4ebdd2c0dc87ee
parente235b53019a3d1225601d535795f9a4f7f44587b
drm/i915/tracepoints: Adjust i915_gem_ring_dispatch

Rename it to i915_gem_request_queue and fix the logged info
equivalent to the i915_gem_request even class. Also moved it
a bit further apart from the i915_gem_request_add tracepoint
since they otherwise provide similar information too close in
time.

v2: Remove sw fence singalling. We will rely on the soon to
    come GuC scheduling backend to enable that. (Chris Wilson)

v3: Log hex with 0x prefix for clarity.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_gem_execbuffer.c
drivers/gpu/drm/i915/i915_trace.h