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/
A Dxe_vm.h154 static inline bool xe_vma_has_no_bo(struct xe_vma *vma) in xe_vma_has_no_bo() function
161 return xe_vma_has_no_bo(vma) && !xe_vma_is_null(vma); in xe_vma_is_userptr()
A Dxe_pt.c668 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()
A Dxe_gt_pagefault.c575 if (xe_vma_has_no_bo(vma)) in handle_acc()
A Dxe_vm.c1567 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 21 milliseconds