OSDN Git Service

drm/i915: Include the global reset count for intel_engine_dump()
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 8 Dec 2017 01:23:02 +0000 (01:23 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 8 Dec 2017 18:48:37 +0000 (18:48 +0000)
commit528dd16a7c228e1383a291781744ed2c0ac99429
tree60757e2400bebc553db0b6f8125cfe58d2ef11ee
parent832265d38cf4d27984b84036b38568d71917dc8a
drm/i915: Include the global reset count for intel_engine_dump()

Since a global reset affects the engine, include that along side the
per-engine reset counter when pretty printing the engine state in
intel_engine_dump().

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