OSDN Git Service

drm/i915/selftests: Drop vestigal timeslicing assert
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 7 Apr 2020 22:26:25 +0000 (23:26 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 8 Apr 2020 08:42:17 +0000 (09:42 +0100)
commitcf4c826d96da8784a711c4bf84d656a93c1280bf
treeda6c0ae5991281dfe4c912c23e8230e393ae3161
parentc4e8ba7390346a77ffe33ec3f210bc62e0b6c8c6
drm/i915/selftests: Drop vestigal timeslicing assert

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 <chris@chris-wilson.co.uk>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200407222625.15542-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/selftest_lrc.c