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.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()
227 if (!xe_vm_in_fault_mode(q->vm)) in xe_hw_engine_group_suspend_faulting_lr_jobs()
235 if (!xe_vm_in_fault_mode(q->vm)) in xe_hw_engine_group_suspend_faulting_lr_jobs()
368 if (xe_vm_in_fault_mode(q->vm)) in xe_hw_engine_group_find_exec_mode()
H A Dxe_vm.h186 static inline bool xe_vm_in_fault_mode(struct xe_vm *vm) in xe_vm_in_fault_mode() function
198 return xe_vm_in_lr_mode(vm) && !xe_vm_in_fault_mode(vm); in xe_vm_in_preempt_fence_mode()
H A Dxe_pt.c1095 if (!op->map.immediate && xe_vm_in_fault_mode(vm)) in op_add_deps()
1246 if (xe_vm_in_fault_mode(vm)) in vma_check_userptr()
1265 if (!op->map.immediate && xe_vm_in_fault_mode(vm)) in op_check_userptr()
1728 if (xe_vma_is_userptr(vma) && xe_vm_in_fault_mode(xe_vma_vm(vma))) in unbind_op_prepare()
1764 if (!op->map.immediate && xe_vm_in_fault_mode(vm)) in op_prepare()
1930 if (!op->map.immediate && xe_vm_in_fault_mode(vm)) in op_commit()
2009 xe_tile_assert(tile, xe_vm_in_fault_mode(vm)); in xe_pt_update_ops_run()
H A Dxe_bo.c517 if (!xe_vm_in_fault_mode(vm)) { in xe_bo_trigger_rebind()
1260 if (bo->vm && !xe_vm_in_fault_mode(bo->vm)) { in xe_gem_object_close()
1601 vm && !xe_vm_in_fault_mode(vm) && in __xe_bo_create_locked()
2241 if (vm && !xe_vm_in_fault_mode(vm)) { in xe_gem_create_ioctl()
H A Dxe_vm.c594 if (!xe_vm_in_fault_mode(vm) && in __vma_userptr_invalidate()
619 if (xe_vm_in_fault_mode(vm) && userptr->initial_bind) { in __vma_userptr_invalidate()
693 xe_assert(vm->xe, !xe_vm_in_fault_mode(vm)); in xe_vm_userptr_pin()
919 xe_assert(vm->xe, xe_vm_in_fault_mode(vm)); in xe_vma_rebind()
2224 if (op->map.immediate || !xe_vm_in_fault_mode(vm)) in vm_bind_ioctl_ops_parse()
2462 !xe_vm_in_fault_mode(vm) || in op_lock_and_prep()
H A Dxe_gt_pagefault.c193 if (vm && xe_vm_in_fault_mode(vm)) in asid_to_vm()