Searched refs:drm_intel_bo_busy (Results 1 – 22 of 22) sorted by relevance
53 if (likely(!brw->perf_debug) || !drm_intel_bo_busy(bo)) in brw_bo_map()69 if (likely(!brw->perf_debug) || !drm_intel_bo_busy(bo)) in brw_bo_map_gtt()273 drm_intel_bo_busy(intel_obj->buffer) || in brw_buffer_subdata()401 } else if (drm_intel_bo_busy(intel_obj->buffer) && in brw_map_buffer_range()419 drm_intel_bo_busy(intel_obj->buffer)) { in brw_map_buffer_range()444 drm_intel_bo_busy(intel_obj->buffer)) { in brw_map_buffer_range()
128 start_busy = brw->batch.last_bo && drm_intel_bo_busy(brw->batch.last_bo); in brw_codegen_gs_prog()151 if (start_busy && !drm_intel_bo_busy(brw->batch.last_bo)) { in brw_codegen_gs_prog()
109 drm_intel_bo_busy(brw->batch.last_bo)); in brw_codegen_cs_prog()136 if (start_busy && !drm_intel_bo_busy(brw->batch.last_bo)) { in brw_codegen_cs_prog()
112 start_busy = brw->batch.last_bo && drm_intel_bo_busy(brw->batch.last_bo); in brw_codegen_tes_prog()141 if (start_busy && !drm_intel_bo_busy(brw->batch.last_bo)) { in brw_codegen_tes_prog()
108 if (drm_intel_bo_busy(query->bo)) { in brw_queryobj_get_results()366 if (query->bo == NULL || !drm_intel_bo_busy(query->bo)) { in brw_check_query()
204 drm_intel_bo_busy(brw->batch.last_bo)); in brw_codegen_vs_prog()243 if (start_busy && !drm_intel_bo_busy(brw->batch.last_bo)) { in brw_codegen_vs_prog()
241 start_busy = brw->batch.last_bo && drm_intel_bo_busy(brw->batch.last_bo); in brw_codegen_tcs_prog()271 if (start_busy && !drm_intel_bo_busy(brw->batch.last_bo)) { in brw_codegen_tcs_prog()
205 bool tex_busy = mt && drm_intel_bo_busy(mt->bo); in intelTexSubImage()
95 if (fence->batch_bo && !drm_intel_bo_busy(fence->batch_bo)) { in brw_fence_has_completed_locked()
176 drm_intel_bo_busy(brw->batch.last_bo)); in brw_codegen_wm_prog()212 if (start_busy && !drm_intel_bo_busy(brw->batch.last_bo)) { in brw_codegen_wm_prog()
461 if (!drm_intel_bo_busy(query->bo)) { in gen6_check_query()
366 if (unlikely(brw->perf_debug && drm_intel_bo_busy(obj->prim_count_bo))) in gen7_tally_prims_generated()
131 bool tex_busy = intelImage->mt && drm_intel_bo_busy(intelImage->mt->bo); in intelTexImage()
61 return !drm_intel_bo_busy(f->bo); in i915_drm_fence_signalled()
243 return drm_intel_bo_busy(i915_buffer->bo); in i915_drm_buffer_is_busy()
17 drm_intel_bo_busy
291 drm_intel_bo_busy(drm_intel_bo *bo) in drm_intel_bo_busy() function
165 int drm_intel_bo_busy(drm_intel_bo *bo);
70 if (!drm_intel_bo_busy(intelImage->mt->region->bo)) in intel_blit_texsubimage()
202 drm_intel_bo_busy(intel_obj->buffer) || in intel_bufferobj_subdata()331 } else if (drm_intel_bo_busy(intel_obj->buffer) && in intel_bufferobj_map_range()344 drm_intel_bo_busy(intel_obj->buffer)) { in intel_bufferobj_map_range()
86 if (fence->batch_bo && !drm_intel_bo_busy(fence->batch_bo)) { in intel_fence_has_completed_locked()
702 if (drm_intel_bo_busy(bo)) { in intel_miptree_map_raw()