Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_vm.h166 static inline bool xe_vma_is_userptr(struct xe_vma *vma) in xe_vma_is_userptr() function
182 xe_assert(xe_vma_vm(vma)->xe, xe_vma_is_userptr(vma)); in to_userptr_vma()
A Dxe_pt.c758 if (xe_vma_is_userptr(vma)) in xe_pt_stage_bind()
912 else if (xe_vma_is_userptr(vma)) in xe_pt_zap_ptes()
1035 if (xe_vma_is_userptr(vma)) in xe_pt_commit_locks_assert()
1378 if (!xe_vma_is_userptr(vma)) in vma_check_userptr()
1882 pt_update_ops->needs_userptr_lock |= xe_vma_is_userptr(vma); in bind_op_prepare()
1990 pt_update_ops->needs_userptr_lock |= xe_vma_is_userptr(vma); in unbind_op_prepare()
2237 if (xe_vma_is_userptr(vma)) { in bind_op_commit()
2273 if (xe_vma_is_userptr(vma)) { in unbind_op_commit()
A Dxe_vm.c76 xe_assert(xe, xe_vma_is_userptr(vma)); in xe_vma_userptr_pin_pages()
639 xe_assert(vm->xe, xe_vma_is_userptr(vma)); in vma_userptr_invalidate()
1156 if (xe_vma_is_userptr(vma)) in xe_vma_free()
1282 if (xe_vma_is_userptr(vma)) { in xe_vma_destroy_late()
1330 if (xe_vma_is_userptr(vma)) { in xe_vma_destroy()
2479 if (xe_vma_is_userptr(vma)) in new_vma()
2686 (!xe_vma_is_userptr(old) && in vm_bind_ioctl_ops_parse()
2716 (!xe_vma_is_userptr(old) && in vm_bind_ioctl_ops_parse()
2751 if (xe_vma_is_userptr(vma)) { in vm_bind_ioctl_ops_parse()
3939 if (xe_vma_is_userptr(vma)) { in xe_vm_invalidate_vma()
[all …]
A Dxe_gt_pagefault.c88 if (xe_vma_is_userptr(vma)) { in xe_pf_begin()
129 if (xe_vma_is_userptr(vma) && in handle_vma_pagefault()

Completed in 24 milliseconds