Re: [Intel-gfx] [PATCH 3/4] drm/i915/gt: Include reset failures in the trace

2020-12-04 Thread Mika Kuoppala
Chris Wilson writes: > The GT and engine reset failures are completely invisible when looking at > a trace for a bug, but are vital to understanding the incomplete flow. > > Signed-off-by: Chris Wilson Reviewed-by: Mika Kuoppala > --- > drivers/gpu/drm/i915/gt/intel_reset.c | 22 ++--

[Intel-gfx] [PATCH 3/4] drm/i915/gt: Include reset failures in the trace

2020-12-03 Thread Chris Wilson
The GT and engine reset failures are completely invisible when looking at a trace for a bug, but are vital to understanding the incomplete flow. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/intel_reset.c | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) d