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/
A Dxe_vm.h159 static inline bool xe_vma_is_userptr(struct xe_vma *vma) in xe_vma_is_userptr() function
172 xe_assert(xe_vma_vm(vma)->xe, xe_vma_is_userptr(vma)); in to_userptr_vma()
A Dxe_pt.c608 bool is_devmem = !xe_vma_is_userptr(vma) && bo && in xe_pt_stage_bind()
674 if (xe_vma_is_userptr(vma)) in xe_pt_stage_bind()
881 if (!xe_vma_is_userptr(vma) && !xe_vma_is_null(vma)) in xe_pt_commit_locks_assert()
1211 if (!xe_vma_is_userptr(vma)) in vma_check_userptr()
1673 pt_update_ops->needs_userptr_lock |= xe_vma_is_userptr(vma); in bind_op_prepare()
1726 if (xe_vma_is_userptr(vma) && xe_vm_in_fault_mode(xe_vma_vm(vma))) in unbind_op_prepare()
1743 pt_update_ops->needs_userptr_lock |= xe_vma_is_userptr(vma); in unbind_op_prepare()
1873 if (xe_vma_is_userptr(vma)) { in bind_op_commit()
1907 if (xe_vma_is_userptr(vma)) { in unbind_op_commit()
A Dxe_vm.c74 xe_assert(xe, xe_vma_is_userptr(vma)); in xe_vma_userptr_pin_pages()
595 xe_assert(vm->xe, xe_vma_is_userptr(vma)); in vma_userptr_invalidate()
898 if (xe_vma_is_userptr(vma)) in xe_vma_free()
1018 if (xe_vma_is_userptr(vma)) { in xe_vma_destroy_late()
1065 if (xe_vma_is_userptr(vma)) { in xe_vma_destroy()
2016 if (xe_vma_is_userptr(vma)) in new_vma()
2203 op->remap.skip_prev = !xe_vma_is_userptr(old) && in vm_bind_ioctl_ops_parse()
2242 op->remap.skip_next = !xe_vma_is_userptr(old) && in vm_bind_ioctl_ops_parse()
3181 if (xe_vma_is_userptr(vma)) { in xe_vm_invalidate_vma()
3278 } else if (xe_vma_is_userptr(vma)) { in xe_vm_snapshot_capture()
A Dxe_gt_pagefault.c109 if (xe_vma_is_userptr(vma)) { in xe_pf_begin()
146 if (xe_vma_is_userptr(vma) && in handle_vma_pagefault()

Completed in 16 milliseconds