OSDN Git Service

drm/i915: Add in-flight request details to intel_engine_dump()
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 15 Oct 2017 20:43:10 +0000 (21:43 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 16 Oct 2017 20:13:05 +0000 (21:13 +0100)
commita27d5a44ec87a019d818a82d0475b5d38856691e
tree5ab6bc92c23e4d35aac7f16b0a13c19c2f29766b
parent6f74b36b92cf9ee6450258fa341cff7c455a138f
drm/i915: Add in-flight request details to intel_engine_dump()

In the intel_engine_cs dumper, we were showing the request details for
the request queue but not of those requests already passed to the hw
(just a summary of the seqno). If we show those details, we can then
eliminate the entirely redundant and forgotten debugfs/i915_gem_request

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Jeff McGee <jeff.mcgee@intel.com>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171015204310.17045-1-chris@chris-wilson.co.uk
Reviewed-by: Jeff McGee <jeff.mcgee@intel.com>
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/intel_engine_cs.c