Re: [Intel-gfx] [PATCH 1/4] drm/i915/selftests: Break out of the lrc layout test after register mismatch

2021-01-06 Thread Tvrtko Ursulin
On 06/01/2021 15:17, Chris Wilson wrote: Quoting Tvrtko Ursulin (2021-01-06 15:10:02) On 06/01/2021 12:39, Chris Wilson wrote: AFter detecting a register mismatch between the protocontext and the image generated by HW, immediately break out of the double loop. (Otherwise we end up a second c

Re: [Intel-gfx] [PATCH 1/4] drm/i915/selftests: Break out of the lrc layout test after register mismatch

2021-01-06 Thread Chris Wilson
Quoting Tvrtko Ursulin (2021-01-06 15:10:02) > > On 06/01/2021 12:39, Chris Wilson wrote: > > AFter detecting a register mismatch between the protocontext and the > > image generated by HW, immediately break out of the double loop. > > (Otherwise we end up a second configuing error message.) > >

Re: [Intel-gfx] [PATCH 1/4] drm/i915/selftests: Break out of the lrc layout test after register mismatch

2021-01-06 Thread Tvrtko Ursulin
On 06/01/2021 12:39, Chris Wilson wrote: AFter detecting a register mismatch between the protocontext and the image generated by HW, immediately break out of the double loop. (Otherwise we end up a second configuing error message.) s/configuing/confusing/? No use of dumping all differences?

[Intel-gfx] [PATCH 1/4] drm/i915/selftests: Break out of the lrc layout test after register mismatch

2021-01-06 Thread Chris Wilson
AFter detecting a register mismatch between the protocontext and the image generated by HW, immediately break out of the double loop. (Otherwise we end up a second configuing error message.) Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/selftest_lrc.c | 10 ++ 1 file changed, 6