Re: [Intel-gfx] [PATCH] drm/i915/selftests: Drop vestigal timeslicing assert

2020-04-08 Thread Tvrtko Ursulin
On 07/04/2020 23:26, Chris Wilson wrote: Since the semaphore interrupt may cause us to yield the timeslice immediately, we may cancel the timer before we notice the submission is complete. The assertion is no longer valid due to the race with the interrupt. Signed-off-by: Chris Wilson --- d

[Intel-gfx] [PATCH] drm/i915/selftests: Drop vestigal timeslicing assert

2020-04-07 Thread Chris Wilson
Since the semaphore interrupt may cause us to yield the timeslice immediately, we may cancel the timer before we notice the submission is complete. The assertion is no longer valid due to the race with the interrupt. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/selftest_lrc.c | 1 - 1