From 226b9995d1fb486d34cd35428025b55532e9e3d1 Mon Sep 17 00:00:00 2001 From: Mika Kuoppala Date: Thu, 18 Apr 2019 11:54:27 +0300 Subject: lib/igt_dummyload: libify checks for spin batch activation Instead of opencoding the poll into the spinner, use a helper to check if spinner has started. v2: use zero as presumed offset (Chris) v3: cleanup the relocs (Chris) v4: leave the domains to zero, avoid relocation (Chris) Cc: Chris Wilson Signed-off-by: Mika Kuoppala Reviewed-by: Chris Wilson --- tests/i915/gem_ctx_isolation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/i915/gem_ctx_isolation.c') diff --git a/tests/i915/gem_ctx_isolation.c b/tests/i915/gem_ctx_isolation.c index f1000458..bed71c2b 100644 --- a/tests/i915/gem_ctx_isolation.c +++ b/tests/i915/gem_ctx_isolation.c @@ -704,8 +704,8 @@ static void inject_reset_context(int fd, unsigned int engine) spin = __igt_spin_batch_factory(fd, &opts); - if (spin->running) - igt_spin_busywait_until_running(spin); + if (igt_spin_has_poll(spin)) + igt_spin_busywait_until_started(spin); else usleep(1000); /* better than nothing */ -- cgit v1.2.3