Searched refs:xe_vma_has_no_bo (Results 1 – 4 of 4) sorted by relevance
154 static inline bool xe_vma_has_no_bo(struct xe_vma *vma) in xe_vma_has_no_bo() function161 return xe_vma_has_no_bo(vma) && !xe_vma_is_null(vma); in xe_vma_is_userptr()
668 if (!xe_vma_has_no_bo(vma) && xe_bo_is_stolen(bo)) in xe_pt_stage_bind()1634 if (!xe_vma_has_no_bo(vma) && !xe_vma_bo(vma)->vm) in vma_reserve_fences()1860 if (!xe_vma_has_no_bo(vma) && !xe_vma_bo(vma)->vm) { in bind_op_commit()1893 if (!xe_vma_has_no_bo(vma) && !xe_vma_bo(vma)->vm) { in unbind_op_commit()
575 if (xe_vma_has_no_bo(vma)) in handle_acc()
1567 if (xe_vma_has_no_bo(vma)) { in xe_vm_close_and_put()1576 if (xe_vma_has_no_bo(vma) || xe_vma_bo(vma)->vm) { in xe_vm_close_and_put()2018 else if (!xe_vma_has_no_bo(vma) && !bo->vm) in new_vma()2430 if (!err && !xe_vma_has_no_bo(vma)) in op_lock_and_prep()
Completed in 15 milliseconds