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/
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()
A Dxe_vm.h187 static inline bool xe_vm_in_fault_mode(struct xe_vm *vm) in xe_vm_in_fault_mode() function
199 return xe_vm_in_lr_mode(vm) && !xe_vm_in_fault_mode(vm); in xe_vm_in_preempt_fence_mode()
A Dxe_pt.c1073 if (!op->map.immediate && xe_vm_in_fault_mode(vm)) in op_add_deps()
1217 if (uvma->userptr.initial_bind && !xe_vm_in_fault_mode(vm)) in vma_check_userptr()
1225 if (xe_vm_in_fault_mode(vm)) { in vma_check_userptr()
1263 if (!op->map.immediate && xe_vm_in_fault_mode(vm)) in op_check_userptr()
1726 if (xe_vma_is_userptr(vma) && xe_vm_in_fault_mode(xe_vma_vm(vma))) in unbind_op_prepare()
1762 if (!op->map.immediate && xe_vm_in_fault_mode(vm)) in op_prepare()
1927 if (!op->map.immediate && xe_vm_in_fault_mode(vm)) in op_commit()
2006 xe_tile_assert(tile, xe_vm_in_fault_mode(vm)); in xe_pt_update_ops_run()
A Dxe_bo.c506 if (!xe_vm_in_fault_mode(vm)) { in xe_bo_trigger_rebind()
1160 if (bo->vm && !xe_vm_in_fault_mode(bo->vm)) { in xe_gem_object_close()
1456 vm && !xe_vm_in_fault_mode(vm) && in __xe_bo_create_locked()
2066 if (vm && !xe_vm_in_fault_mode(vm)) { in xe_gem_create_ioctl()
A Dxe_vm.c618 if (!xe_vm_in_fault_mode(vm) && in vma_userptr_invalidate()
645 if (xe_vm_in_fault_mode(vm)) { in vma_userptr_invalidate()
665 xe_assert(vm->xe, !xe_vm_in_fault_mode(vm)); in xe_vm_userptr_pin()
865 xe_assert(vm->xe, xe_vm_in_fault_mode(vm)); in xe_vma_rebind()
2168 if (op->map.immediate || !xe_vm_in_fault_mode(vm)) in vm_bind_ioctl_ops_parse()
2395 !xe_vm_in_fault_mode(vm) || in op_lock_and_prep()
A Dxe_gt_pagefault.c194 if (vm && xe_vm_in_fault_mode(vm)) in asid_to_vm()

Completed in 37 milliseconds