Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine_group.c34 if (!xe_vm_in_fault_mode(q->vm)) in hw_engine_group_resume_lr_jobs_func()
141 if (xe_vm_in_fault_mode(q->vm) && group->cur_mode == EXEC_MODE_DMA_FENCE) { in xe_hw_engine_group_add_exec_queue()
212 if (!xe_vm_in_fault_mode(q->vm)) in xe_hw_engine_group_suspend_faulting_lr_jobs()
230 if (!xe_vm_in_fault_mode(q->vm))
403 if (xe_vm_in_fault_mode(q->vm))
H A Dxe_vm.h208 static inline bool xe_vm_in_fault_mode(struct xe_vm *vm) in xe_vm_in_fault_mode()
220 return xe_vm_in_lr_mode(vm) && !xe_vm_in_fault_mode(vm);
205 static inline bool xe_vm_in_fault_mode(struct xe_vm *vm) xe_vm_in_fault_mode() function
H A Dxe_pt.c1258 if (!op->map.immediate && xe_vm_in_fault_mode(vm)) in op_add_deps()
1422 if (xe_vm_in_fault_mode(vm)) in vma_check_userptr()
1441 if (!op->map.immediate && xe_vm_in_fault_mode(vm)) in op_check_svm_userptr()
2165 if ((!op->map.immediate && xe_vm_in_fault_mode(vm) && in bind_op_commit()
2397 if ((!op->map.immediate && xe_vm_in_fault_mode(vm)) || in xe_pt_update_ops_run()
2523 xe_tile_assert(tile, xe_vm_in_fault_mode(vm)); in xe_pt_update_ops_fini()
H A Dxe_vm.c753 xe_assert(vm->xe, xe_vm_in_fault_mode(vm)); in xe_vma_rebind()
843 xe_assert(vm->xe, xe_vm_in_fault_mode(vm)); in xe_vm_range_rebind()
925 xe_assert(vm->xe, xe_vm_in_fault_mode(vm)); in xe_vm_range_unbind()
1699 if (xe_vm_in_fault_mode(vm)) in xe_vm_close()
1724 if (xe_vm_in_fault_mode(vm)) in xe_vm_close_and_put()
1750 if (xe_vm_in_fault_mode(vm)) in xe_vm_close_and_put()
2222 if (!xe_vm_in_fault_mode(vm)) in xe_svm_prefetch_gpuva_ops_fini()
2659 if (((op->map.immediate || !xe_vm_in_fault_mode(vm)) && in vm_bind_ioctl_ops_parse()
2982 !xe_vm_in_fault_mode(vm) || in op_lock_and_prep()
3410 (!xe_vm_in_fault_mode(v in vm_bind_ioctl_check_args()
[all...]
H A Dxe_pagefault.c148 if (vm && xe_vm_in_fault_mode(vm)) in xe_pagefault_asid_to_vm()
H A Dxe_bo.c690 if (!xe_vm_in_fault_mode(vm)) { in xe_bo_trigger_rebind()
1763 if (bo->vm && !xe_vm_in_fault_mode(bo->vm)) { in xe_gem_object_close()
2332 vm && !xe_vm_in_fault_mode(vm) && in __xe_bo_create_locked()
3277 if (vm && !xe_vm_in_fault_mode(vm)) { in xe_gem_create_ioctl()
H A Dxe_svm.c2026 if (xe_vm_in_fault_mode(vm))