commit | dffabc8f4ee3fce98821bc212bf3c5e31247e2b9 | [log] [tgz] |
---|---|---|
author | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Tue Feb 21 09:13:48 2017 +0000 |
committer | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Tue Feb 21 13:18:19 2017 +0000 |
tree | eb6f2069af205198f7a4a776a8e67cffe1c9a519 | |
parent | 354d036fcf70654cff2e2cbdda54a835d219b9d2 [diff] |
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>