Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_vm.h282 static inline struct dma_resv *xe_vm_resv(struct xe_vm *vm) in xe_vm_resv() function
293 #define xe_vm_assert_held(vm) dma_resv_assert_held(xe_vm_resv(vm))
328 cookie = lockdep_pin_lock(&xe_vm_resv(vm)->lock.base); in xe_vm_set_validating()
351 lockdep_unpin_lock(&xe_vm_resv(vm)->lock.base, cookie); in xe_vm_clear_validating()
A Dxe_vm.c536 wait = dma_resv_wait_timeout(xe_vm_resv(vm), in preempt_rebind_work_func()
612 dma_resv_iter_begin(&cursor, xe_vm_resv(vm), in __vma_userptr_invalidate()
618 err = dma_resv_wait_timeout(xe_vm_resv(vm), in __vma_userptr_invalidate()
731 dma_resv_wait_timeout(xe_vm_resv(vm), in xe_vm_userptr_pin()
1843 dma_resv_wait_timeout(xe_vm_resv(vm), in xe_vm_close()
3829 return dma_resv_lock_interruptible(xe_vm_resv(vm), NULL); in xe_vm_lock()
3831 return dma_resv_lock(xe_vm_resv(vm), NULL); in xe_vm_lock()
3842 dma_resv_unlock(xe_vm_resv(vm)); in xe_vm_unlock()
3942 lockdep_is_held(&xe_vm_resv(vm)->lock.base))); in xe_vm_invalidate_vma()
3947 WARN_ON_ONCE(!dma_resv_test_signaled(xe_vm_resv(vm), in xe_vm_invalidate_vma()
A Dxe_exec.c281 xe_vm_resv(vm), in xe_exec_ioctl()
A Dxe_pt.c1283 err = job_test_add_deps(job, xe_vm_resv(vm), in xe_pt_vm_dependencies()
2185 err = dma_resv_reserve_fences(xe_vm_resv(vops->vm), in xe_pt_update_ops_prepare()
2518 dma_resv_add_fence(xe_vm_resv(vm), fence, in xe_pt_update_ops_run()
2526 dma_resv_add_fence(xe_vm_resv(vm), &ifence->base.base, in xe_pt_update_ops_run()
2531 dma_resv_add_fence(xe_vm_resv(vm), &mfence->base.base, in xe_pt_update_ops_run()
A Dxe_bo.h193 XE_WARN_ON(bo->vm && bo->ttm.base.resv != xe_vm_resv(bo->vm)); in xe_bo_unlock_vm_held()
A Dxe_svm.c212 err = dma_resv_wait_timeout(xe_vm_resv(vm), in xe_svm_invalidate()
A Dxe_bo.c2018 bo = ___xe_bo_create_locked(xe, bo, tile, vm ? xe_vm_resv(vm) : NULL, in __xe_bo_create_locked()
2449 ctx.resv = xe_vm_resv(vm); in xe_bo_validate()

Completed in 46 milliseconds