Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_hw_engine_group.c40 if (!xe_vm_in_fault_mode(q->vm)) in hw_engine_group_resume_lr_jobs_func()
163 if (xe_vm_in_fault_mode(q->vm) && group->cur_mode == EXEC_MODE_DMA_FENCE) { in xe_hw_engine_group_add_exec_queue()
228 if (!xe_vm_in_fault_mode(q->vm)) in xe_hw_engine_group_suspend_faulting_lr_jobs()
236 if (!xe_vm_in_fault_mode(q->vm)) in xe_hw_engine_group_suspend_faulting_lr_jobs()
369 if (xe_vm_in_fault_mode(q->vm)) in xe_hw_engine_group_find_exec_mode()
H A Dxe_vm.h195 static inline bool xe_vm_in_fault_mode(struct xe_vm *vm) in xe_vm_in_fault_mode() function
207 return xe_vm_in_lr_mode(vm) && !xe_vm_in_fault_mode(vm); in xe_vm_in_preempt_fence_mode()
H A Dxe_vm.c598 if (!xe_vm_in_fault_mode(vm) && in __vma_userptr_invalidate()
696 xe_assert(vm->xe, !xe_vm_in_fault_mode(vm)); in xe_vm_userptr_pin()
922 xe_assert(vm->xe, xe_vm_in_fault_mode(vm)); in xe_vma_rebind()
1011 xe_assert(vm->xe, xe_vm_in_fault_mode(vm)); in xe_vm_range_rebind()
1092 xe_assert(vm->xe, xe_vm_in_fault_mode(vm)); in xe_vm_range_unbind()
1799 if (xe_vm_in_fault_mode(vm)) in xe_vm_close()
1824 if (xe_vm_in_fault_mode(vm)) in xe_vm_close()
1846 if (xe_vm_in_fault_mode(vm)) in xe_vm_close_and_put()
1916 if (xe_vm_in_fault_mode(vm)) in xe_vm_close_and_put()
2730 !xe_vm_in_fault_mode(vm) || in op_lock_and_prep()
[all …]
H A Dxe_pt.c1201 if (!op->map.immediate && xe_vm_in_fault_mode(vm)) in op_add_deps()
1354 if (xe_vm_in_fault_mode(vm)) in vma_check_userptr()
1373 if (!op->map.immediate && xe_vm_in_fault_mode(vm)) in op_check_userptr()
1990 if ((!op->map.immediate && xe_vm_in_fault_mode(vm)) || in op_prepare()
2191 if ((!op->map.immediate && xe_vm_in_fault_mode(vm)) || in op_commit()
2312 xe_tile_assert(tile, xe_vm_in_fault_mode(vm)); in xe_pt_update_ops_run()
H A Dxe_bo.c606 if (!xe_vm_in_fault_mode(vm)) { in xe_bo_trigger_rebind()
1483 if (bo->vm && !xe_vm_in_fault_mode(bo->vm)) { in xe_gem_object_close()
1824 vm && !xe_vm_in_fault_mode(vm) && in __xe_bo_create_locked()
2574 if (vm && !xe_vm_in_fault_mode(vm)) { in xe_gem_create_ioctl()
H A Dxe_gt_pagefault.c199 if (vm && xe_vm_in_fault_mode(vm)) in asid_to_vm()
H A Dxe_svm.c1023 if (xe_vm_in_fault_mode(vm)) in xe_svm_flush()