]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/tracepoints: Tidy i915_gem_request_wait_begin
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Tue, 21 Feb 2017 11:00:24 +0000 (11:00 +0000)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Tue, 21 Feb 2017 13:18:04 +0000 (13:18 +0000)
commit14b731329d1bdc961a9e2e72da84f184c8048d7c
tree4bfdc3ab816b725373f141cca0348b303670ee40
parent0f55ec1a0d54b1d5acd5da64ce1e7cddf2371292
drm/i915/tracepoints: Tidy i915_gem_request_wait_begin

Provide the same information as the other request event classes.

v2: Pass in flags so we can properly report the blocking status.
    (Chris Wilson)

v3: Log hex with 0x prefix for clarity.

v4: Derive blocking status from flags. (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_gem_request.c
drivers/gpu/drm/i915/i915_trace.h