Searched refs:xe_vm_resv (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_vm.h | 280 static inline struct dma_resv *xe_vm_resv(struct xe_vm *vm) in xe_vm_resv() function 291 #define xe_vm_assert_held(vm) dma_resv_assert_held(xe_vm_resv(vm))
|
| H A D | xe_exec.c | 294 xe_vm_resv(vm), in xe_exec_ioctl()
|
| H A D | xe_pt.c | 1303 err = job_test_add_deps(job, xe_vm_resv(vm), in xe_pt_vm_dependencies() 2125 err = dma_resv_reserve_fences(xe_vm_resv(vops->vm), in xe_pt_update_ops_prepare() 2447 dma_resv_add_fence(xe_vm_resv(vm), fence, in xe_pt_update_ops_run() 2455 dma_resv_add_fence(xe_vm_resv(vm), ifence, in xe_pt_update_ops_run() 2463 dma_resv_add_fence(xe_vm_resv(vm), ifence, in xe_pt_update_ops_run() 2468 dma_resv_add_fence(xe_vm_resv(vm), mfence, in xe_pt_update_ops_run()
|
| H A D | xe_vm.c | 518 wait = dma_resv_wait_timeout(xe_vm_resv(vm), in preempt_rebind_work_func() 1689 dma_resv_wait_timeout(xe_vm_resv(vm), in xe_vm_close() 3869 ret = dma_resv_lock_interruptible(xe_vm_resv(vm), NULL); in xe_vm_lock() 3871 ret = dma_resv_lock(xe_vm_resv(vm), NULL); in xe_vm_lock() 3884 dma_resv_unlock(xe_vm_resv(vm)); in xe_vm_unlock() 3982 lockdep_is_held(&xe_vm_resv(vm)->lock.base))); in xe_vm_invalidate_vma() 3987 WARN_ON_ONCE(!dma_resv_test_signaled(xe_vm_resv(vm), in xe_vm_invalidate_vma()
|
| H A D | xe_svm.c | 238 err = dma_resv_wait_timeout(xe_vm_resv(vm), in xe_svm_invalidate()
|
| H A D | xe_bo.c | 2336 bo = xe_bo_init_locked(xe, bo, tile, vm ? xe_vm_resv(vm) : NULL, in __xe_bo_create_locked() 2963 ctx.resv = xe_vm_resv(vm); in xe_bo_validate()
|