Home
last modified time | relevance | path

Searched refs:xe_vma_has_no_bo (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_vm.h153 static inline bool xe_vma_has_no_bo(struct xe_vma *vma) in xe_vma_has_no_bo() function
160 return xe_vma_has_no_bo(vma) && !xe_vma_is_null(vma); in xe_vma_is_userptr()
H A Dxe_pt.c676 if (!xe_vma_has_no_bo(vma) && xe_bo_is_stolen(bo)) in xe_pt_stage_bind()
1636 if (!xe_vma_has_no_bo(vma) && !xe_vma_bo(vma)->vm) in vma_reserve_fences()
1863 if (!xe_vma_has_no_bo(vma) && !xe_vma_bo(vma)->vm) { in bind_op_commit()
1896 if (!xe_vma_has_no_bo(vma) && !xe_vma_bo(vma)->vm) { in unbind_op_commit()
H A Dxe_gt_pagefault.c574 if (xe_vma_has_no_bo(vma)) in handle_acc()
H A Dxe_vm.c1625 if (xe_vma_has_no_bo(vma)) { in xe_vm_close_and_put()
1634 if (xe_vma_has_no_bo(vma) || xe_vma_bo(vma)->vm) { in xe_vm_close_and_put()
2074 else if (!xe_vma_has_no_bo(vma) && !bo->vm) in new_vma()
2497 if (!err && !xe_vma_has_no_bo(vma)) in op_lock_and_prep()