Lines Matching refs:spin
321 igt_spin_t *spin; in test_fence_await() local
332 spin = igt_spin_new(fd, in test_fence_await()
335 igt_assert(spin->out_fence != -1); in test_fence_await()
343 store(fd, engine, spin->out_fence, scratch, i); in test_fence_await()
346 store(fd, engine, spin->out_fence, scratch, i); in test_fence_await()
355 igt_assert(fence_busy(spin->out_fence)); in test_fence_await()
360 igt_spin_end(spin); in test_fence_await()
369 igt_spin_free(fd, spin); in test_fence_await()
413 igt_spin_t *spin; in test_parallel() local
424 spin = igt_spin_new(fd, .engine = master, .dependency = plug); in test_parallel()
425 resubmit(fd, spin->handle, master, 16); in test_parallel()
529 igt_assert(gem_bo_busy(fd, spin->handle)); in test_parallel()
544 igt_spin_end(spin); in test_parallel()
604 igt_spin_t *spin; in test_keep_in_fence() local
607 spin = igt_spin_new(fd, .engine = engine); in test_keep_in_fence()
654 igt_spin_free(fd, spin); in test_keep_in_fence()
1026 igt_spin_t *spin = igt_spin_new(fd); in test_syncobj_unused_fence() local
1051 igt_spin_free(fd, spin); in test_syncobj_unused_fence()
1118 igt_spin_t *spin = igt_spin_new(fd); in test_syncobj_signal() local
1139 igt_spin_free(fd, spin); in test_syncobj_signal()
1157 igt_spin_t *spin; in test_syncobj_wait() local
1168 spin = igt_spin_new(fd); in test_syncobj_wait()
1184 igt_assert(gem_bo_busy(fd, spin->handle)); in test_syncobj_wait()
1202 igt_assert(gem_bo_busy(fd, spin->handle)); in test_syncobj_wait()
1204 igt_assert(gem_bo_busy(fd, spin->handle)); in test_syncobj_wait()
1221 igt_spin_free(fd, spin); in test_syncobj_wait()
1238 igt_spin_t *spin = igt_spin_new(fd); in test_syncobj_export() local
1271 igt_spin_free(fd, spin); in test_syncobj_export()
1296 igt_spin_t *spin = igt_spin_new(fd); in test_syncobj_repeat() local
1334 igt_spin_free(fd, spin); in test_syncobj_repeat()
1351 igt_spin_t *spin = igt_spin_new(fd); in test_syncobj_import() local
1379 igt_spin_free(fd, spin); in test_syncobj_import()