Home
last modified time | relevance | path

Searched refs:last_unlocked (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm.c1001 if (!unlocked && !dma_fence_is_signaled(vm->last_unlocked)) { in amdgpu_vm_update_range()
1004 amdgpu_bo_fence(vm->root.bo, vm->last_unlocked, true); in amdgpu_vm_update_range()
1005 swap(vm->last_unlocked, tmp); in amdgpu_vm_update_range()
2127 if (!dma_fence_is_signaled(bo_base->vm->last_unlocked)) { in amdgpu_vm_evictable()
2301 return dma_fence_wait_timeout(vm->last_unlocked, true, timeout); in amdgpu_vm_wait_idle()
2464 vm->last_unlocked = dma_fence_get_stub(); in amdgpu_vm_init()
2509 dma_fence_put(vm->last_unlocked); in amdgpu_vm_init()
2616 dma_fence_wait(vm->last_unlocked, false); in amdgpu_vm_fini()
2617 dma_fence_put(vm->last_unlocked); in amdgpu_vm_fini()
Damdgpu_vm_sdma.c127 swap(p->vm->last_unlocked, tmp); in amdgpu_vm_sdma_commit()
Damdgpu_vm.h385 struct dma_fence *last_unlocked; member