drm/i915/gt: Show all active timelines for debugging
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 19 Nov 2020 16:56:14 +0000 (16:56 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 19 Nov 2020 20:34:18 +0000 (20:34 +0000)
commit0986317a45df7ff380f1512b53a2f94ab16922b8
tree68bfd72b47cd0c3817ea02d54dfe5c80619f6c2b
parent562675d09a351a81e0dfc9a9d7df0f5f4f2fb6a9
drm/i915/gt: Show all active timelines for debugging

Include the active timelines for debugfs/i915_engine_info, so that we
can see which have unready requests inflight which are not shown
otherwise.

Suggested-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201119165616.10834-4-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_timeline.c
drivers/gpu/drm/i915/gt/intel_timeline.h
drivers/gpu/drm/i915/i915_debugfs.c