OSDN Git Service

drm/i915: Use the i915_device name for identifying our request fences
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 11 Dec 2019 15:02:04 +0000 (15:02 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 11 Dec 2019 21:34:31 +0000 (21:34 +0000)
commit65c29dbb19b2451990c5c477fef7ada3b8218f05
treec73f56adf8bd7e4dda195ff23c6f43cdc621c339
parentf3417d703f18b2bfe180e28cd65f44b540546d29
drm/i915: Use the i915_device name for identifying our request fences

Use the dev_name(i915) to identify the requests for debugging, so we can
tell different device timelines apart.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Venkata Sandeep Dhanalakota <venkata.s.dhanalakota@intel.com>
Reviewed-by: Venkata Sandeep Dhanalakota <venkata.s.dhanalakota@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191211150204.133471-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_request.c