Searched refs:gem_bo_busy (Results 1 – 15 of 15) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | gem_exec_fence.c | 181 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 …]
|
D | gem_exec_schedule.c | 259 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()
|
D | i915_pm_rps.c | 266 while (gem_bo_busy(drm_fd, handle)) in load_helper_run() 298 while (gem_bo_busy(drm_fd, handle)) in load_helper_run()
|
D | gem_exec_reloc.c | 396 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()
|
D | gem_busy.c | 439 busy = gem_bo_busy(fd, spin->handle); in basic() 449 while (gem_bo_busy(fd, spin->handle)) { in basic()
|
D | gem_exec_capture.c | 157 igt_assert(gem_bo_busy(fd, obj[SCRATCH].handle)); in __capture1() 305 igt_assert(gem_bo_busy(fd, obj[0].handle)); in __captureN()
|
D | gem_exec_latency.c | 89 igt_assert(!gem_bo_busy(fd, spin[0]->handle)); in poll_ring() 432 if (!gem_bo_busy(fd, spin->handle)) in __spin_wait()
|
D | gem_eio.c | 660 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/ |
D | kms_busy.c | 96 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()
|
D | kms_psr.c | 147 gem_bo_busy(data->drm_fd, handle); in fill_blt() 192 gem_bo_busy(data->drm_fd, handle); in fill_render()
|
D | perf_pmu.c | 257 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/ |
D | ioctl_wrappers.h | 119 bool gem_bo_busy(int fd, uint32_t handle);
|
D | igt_dummyload.c | 336 igt_assert(gem_bo_busy(fd, spin->handle)); in igt_spin_factory()
|
D | ioctl_wrappers.c | 734 bool gem_bo_busy(int fd, uint32_t handle) in gem_bo_busy() function
|
/external/igt-gpu-tools/tests/amdgpu/ |
D | amd_prime.c | 378 igt_assert(gem_bo_busy(i915, obj[1].handle)); in amd_to_i915()
|