Home
last modified time | relevance | path

Searched refs:xe_vm_in_fault_mode (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine_group.c31 if (!xe_vm_in_fault_mode(q->vm)) in hw_engine_group_resume_lr_jobs_func()
138 if (xe_vm_in_fault_mode(q->vm) && group->cur_mode == EXEC_MODE_DMA_FENCE) { in xe_hw_engine_group_add_exec_queue()
203 if (!xe_vm_in_fault_mode(q->vm)) in xe_hw_engine_group_suspend_faulting_lr_jobs()
211 if (!xe_vm_in_fault_mode(q->vm)) in xe_hw_engine_group_suspend_faulting_lr_jobs()
344 if (xe_vm_in_fault_mode(q->vm)) in xe_hw_engine_group_find_exec_mode()
H A Dxe_vm.h197 static inline bool xe_vm_in_fault_mode(struct xe_vm *vm) in xe_vm_in_fault_mode() function
209 return xe_vm_in_lr_mode(vm) && !xe_vm_in_fault_mode(vm); in xe_vm_in_preempt_fence_mode()
H A Dxe_vm.c633 if (!xe_vm_in_fault_mode(vm) && in __vma_userptr_invalidate()
658 if (xe_vm_in_fault_mode(vm) && userptr->initial_bind) { in __vma_userptr_invalidate()
731 xe_assert(vm->xe, !xe_vm_in_fault_mode(vm)); in xe_vm_userptr_pin()
985 xe_assert(vm->xe, xe_vm_in_fault_mode(vm)); in xe_vma_rebind()
1074 xe_assert(vm->xe, xe_vm_in_fault_mode(vm)); in xe_vm_range_rebind()
1155 xe_assert(vm->xe, xe_vm_in_fault_mode(vm)); in xe_vm_range_unbind()
1889 if (xe_vm_in_fault_mode(vm)) in xe_vm_close()
1914 if (xe_vm_in_fault_mode(vm)) in xe_vm_close()
1940 if (xe_vm_in_fault_mode(vm)) in xe_vm_close_and_put()
2010 if (xe_vm_in_fault_mode(vm)) in xe_vm_close_and_put()
[all …]
H A Dxe_bo.c640 if (!xe_vm_in_fault_mode(vm)) { in xe_bo_trigger_rebind()
1681 if (bo->vm && !xe_vm_in_fault_mode(bo->vm)) { in xe_gem_object_close()
2021 vm && !xe_vm_in_fault_mode(vm) && in __xe_bo_create_locked()
2765 if (vm && !xe_vm_in_fault_mode(vm)) { in xe_gem_create_ioctl()
H A Dxe_gt_pagefault.c176 if (vm && xe_vm_in_fault_mode(vm)) in asid_to_vm()
H A Dxe_svm.c1124 if (xe_vm_in_fault_mode(vm)) in xe_svm_flush()