drm/i915/selftests: Small tweak to put the termination conditions together
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 20 Nov 2020 14:03:14 +0000 (14:03 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 20 Nov 2020 16:25:23 +0000 (16:25 +0000)
commit16cfcb0f3c4bd20b03739a11f5292a3bb413bb24
treef151fcef814634262a703097032d86935a3b2105
parent8005f37ca941d59eda940910185015ed793491d3
drm/i915/selftests: Small tweak to put the termination conditions together

If we run out of ring space, or exceed the desired runtime, we wish to
stop the subtest. Put these checks together, so that we always keep the
requests flushed on completion.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201120140314.24749-3-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/selftest_timeline.c