Home
last modified time | relevance | path

Searched refs:gem_bo_busy (Results 1 – 15 of 15) sorted by relevance

/external/igt-gpu-tools/tests/i915/
Dgem_exec_fence.c181 igt_assert(gem_bo_busy(fd, obj.handle)); in test_fence_busy()
201 igt_assert(!gem_bo_busy(fd, obj.handle)); in test_fence_busy()
288 igt_assert(gem_bo_busy(fd, obj.handle)); in test_fence_busy_all()
308 igt_assert(!gem_bo_busy(fd, obj.handle)); in test_fence_busy_all()
529 igt_assert(gem_bo_busy(fd, spin->handle)); in test_parallel()
538 igt_assert(gem_bo_busy(fd, handle[i])); in test_parallel()
553 while (gem_bo_busy(fd, handle[i])) in test_parallel()
563 igt_assert(gem_bo_busy(fd, handle[0])); in test_parallel()
1046 igt_assert(gem_bo_busy(fd, obj.handle)); in test_syncobj_unused_fence()
1136 igt_assert(gem_bo_busy(fd, obj.handle)); in test_syncobj_signal()
[all …]
Dgem_exec_schedule.c259 igt_assert(!gem_bo_busy(fd, batch)); in independent()
260 igt_assert(gem_bo_busy(fd, spin->handle)); in independent()
264 igt_assert(gem_bo_busy(fd, scratch)); in independent()
271 igt_assert(!gem_bo_busy(fd, scratch)); in independent()
823 igt_assert(gem_bo_busy(fd, spin[0]->handle)); in preempt()
937 igt_assert(gem_bo_busy(fd, spin->handle)); in preempt_other()
1002 igt_assert(gem_bo_busy(fd, above->handle)); in __preempt_queue()
1015 igt_assert(gem_bo_busy(fd, below->handle)); in __preempt_queue()
1076 igt_assert(gem_bo_busy(fd, spin[i]->handle)); in preempt_self()
1120 igt_assert(gem_bo_busy(fd, spin[n]->handle)); in preemptive_hang()
Di915_pm_rps.c266 while (gem_bo_busy(drm_fd, handle)) in load_helper_run()
298 while (gem_bo_busy(drm_fd, handle)) in load_helper_run()
Dgem_exec_reloc.c396 igt_assert(gem_bo_busy(fd, obj.handle)); in basic_reloc()
464 igt_assert(gem_bo_busy(fd, obj.handle)); in basic_reloc()
591 igt_assert(gem_bo_busy(fd, obj[n].handle)); in basic_range()
Dgem_busy.c439 busy = gem_bo_busy(fd, spin->handle); in basic()
449 while (gem_bo_busy(fd, spin->handle)) { in basic()
Dgem_exec_capture.c157 igt_assert(gem_bo_busy(fd, obj[SCRATCH].handle)); in __capture1()
305 igt_assert(gem_bo_busy(fd, obj[0].handle)); in __captureN()
Dgem_exec_latency.c89 igt_assert(!gem_bo_busy(fd, spin[0]->handle)); in poll_ring()
432 if (!gem_bo_busy(fd, spin->handle)) in __spin_wait()
Dgem_eio.c660 igt_assert(!gem_bo_busy(fd, hang->handle)); in test_inflight_external()
661 igt_assert(gem_bo_busy(fd, obj.handle)); in test_inflight_external()
/external/igt-gpu-tools/tests/
Dkms_busy.c96 igt_assert(gem_bo_busy(dpy->drm_fd, fb->gem_handle)); in flip_to_fb()
112 name, gem_bo_busy(dpy->drm_fd, fb->gem_handle)); in flip_to_fb()
113 igt_assert(gem_bo_busy(dpy->drm_fd, fb->gem_handle)); in flip_to_fb()
206 busy_fb->fb_id, gem_bo_busy(dpy->drm_fd, busy_fb->gem_handle)); in test_atomic_commit_hang()
Dkms_psr.c147 gem_bo_busy(data->drm_fd, handle); in fill_blt()
192 gem_bo_busy(data->drm_fd, handle); in fill_render()
Dperf_pmu.c257 if (gem_bo_busy(fd, spin->handle) && in end_spin()
300 igt_assert(!gem_bo_busy(gem_fd, spin->handle)); in single()
/external/igt-gpu-tools/lib/
Dioctl_wrappers.h119 bool gem_bo_busy(int fd, uint32_t handle);
Digt_dummyload.c336 igt_assert(gem_bo_busy(fd, spin->handle)); in igt_spin_factory()
Dioctl_wrappers.c734 bool gem_bo_busy(int fd, uint32_t handle) in gem_bo_busy() function
/external/igt-gpu-tools/tests/amdgpu/
Damd_prime.c378 igt_assert(gem_bo_busy(i915, obj[1].handle)); in amd_to_i915()