Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H 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()
H 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()