Re: [Intel-gfx] [PATCH] drm/i915/selftests: Show the RC6 residency on parking failure

2020-01-23 Thread Andi Shyti
Hi Chris, On Thu, Jan 23, 2020 at 02:57:55PM +, Chris Wilson wrote: > Include the current RC6 residency counter in the error message, so that > if we fail to park and manually enter RC6 we can see if the counter has > a particularly suspect value (such as 0). > > Signed-off-by: Chris Wilson

[Intel-gfx] [PATCH] drm/i915/selftests: Show the RC6 residency on parking failure

2020-01-23 Thread Chris Wilson
Include the current RC6 residency counter in the error message, so that if we fail to park and manually enter RC6 we can see if the counter has a particularly suspect value (such as 0). Signed-off-by: Chris Wilson Cc: Andi Shyti --- drivers/gpu/drm/i915/gt/selftest_rc6.c | 5 +++-- 1 file chang