Re: [Intel-gfx] [PATCH 2/2] drm/i915: Include the global reset count for intel_engine_dump()

2017-10-30 Thread Mika Kuoppala
Chris Wilson writes: > 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 > Cc: Mika Kuoppala Reviewed-by: Mika Kuoppala > --- > drivers/gpu/drm/i915/

[Intel-gfx] [PATCH 2/2] drm/i915: Include the global reset count for intel_engine_dump()

2017-10-27 Thread Chris Wilson
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 Cc: Mika Kuoppala --- drivers/gpu/drm/i915/intel_engine_cs.c | 5 +++-- 1 file changed, 3 insertions(+), 2 dele