Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_vm.h158 static inline bool xe_vma_is_userptr(struct xe_vma *vma) in xe_vma_is_userptr() function
171 xe_assert(xe_vma_vm(vma)->xe, xe_vma_is_userptr(vma)); in to_userptr_vma()
H A Dxe_pt.c615 bool is_devmem = !xe_vma_is_userptr(vma) && bo && in xe_pt_stage_bind()
682 if (xe_vma_is_userptr(vma)) in xe_pt_stage_bind()
889 if (!xe_vma_is_userptr(vma) && !xe_vma_is_null(vma)) in xe_pt_commit_prepare_locks_assert()
901 if (xe_vma_is_userptr(vma)) in xe_pt_commit_locks_assert()
1233 if (!xe_vma_is_userptr(vma)) in vma_check_userptr()
1675 pt_update_ops->needs_userptr_lock |= xe_vma_is_userptr(vma); in bind_op_prepare()
1728 if (xe_vma_is_userptr(vma) && xe_vm_in_fault_mode(xe_vma_vm(vma))) in unbind_op_prepare()
1745 pt_update_ops->needs_userptr_lock |= xe_vma_is_userptr(vma); in unbind_op_prepare()
1876 if (xe_vma_is_userptr(vma)) { in bind_op_commit()
1910 if (xe_vma_is_userptr(vma)) { in unbind_op_commit()
H A Dxe_vm.c73 xe_assert(xe, xe_vma_is_userptr(vma)); in xe_vma_userptr_pin_pages()
635 xe_assert(vm->xe, xe_vma_is_userptr(vma)); in vma_userptr_invalidate()
952 if (xe_vma_is_userptr(vma)) in xe_vma_free()
1073 if (xe_vma_is_userptr(vma)) { in xe_vma_destroy_late()
1121 if (xe_vma_is_userptr(vma)) { in xe_vma_destroy()
2072 if (xe_vma_is_userptr(vma)) in new_vma()
2259 op->remap.skip_prev = !xe_vma_is_userptr(old) && in vm_bind_ioctl_ops_parse()
2298 op->remap.skip_next = !xe_vma_is_userptr(old) && in vm_bind_ioctl_ops_parse()
2322 if (xe_vma_is_userptr(vma)) { in vm_bind_ioctl_ops_parse()
3252 if (xe_vma_is_userptr(vma)) { in xe_vm_invalidate_vma()
[all …]
H A Dxe_gt_pagefault.c108 if (xe_vma_is_userptr(vma)) { in xe_pf_begin()
145 if (xe_vma_is_userptr(vma) && in handle_vma_pagefault()