]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/tracepoints: Rename i915_gem_request_notify
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Tue, 21 Feb 2017 09:13:48 +0000 (09:13 +0000)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Tue, 21 Feb 2017 13:18:19 +0000 (13:18 +0000)
commitf33b78fa92a16287da4665d3a6d12bfc09267e99
treeeb6f2069af205198f7a4a776a8e67cffe1c9a519
parent977334807c7f59033cc1ec5b48bc4050b8c5b05d
drm/i915/tracepoints: Rename i915_gem_request_notify

i915_gem_ring_notify is more appropriate since we do not have
the request information at this point, but it is simply a
signal from the engine that some request has been completed.

v2:
  * Always trace and log if there were any waiters.
  * Rename to intel_engine_notify. (Chris Wilson)

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