Lines Matching refs:busy
443 struct drm_i915_gem_busy busy = { .handle = bo->gem_handle };
445 int ret = intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_BUSY, &busy);
447 return busy.busy;
522 bool busy;
524 busy = iris_bo_busy_gem(bo);
526 busy = iris_bo_busy_syncobj(bo);
528 bo->idle = !busy;
530 return busy;
894 /* If the last BO in the cache is busy, there are no idle BOs. Bail,
918 * that buffers are not reused from the cache while the buffer is (busy)
1436 /* Stop once we reach a busy BO - all others past this point were
1437 * freed more recently so are likely also busy.
1507 bool busy = dbg && !bo->idle;
1508 double elapsed = unlikely(busy) ? -get_time() : 0.0;
1512 if (unlikely(busy)) {
1515 perf_debug(dbg, "%s a busy \"%s\" BO stalled and took %.03f ms.\n",