Searched refs:last_unlocked (Results 1 – 3 of 3) sorted by relevance
1629 if (!unlocked && !dma_fence_is_signaled(vm->last_unlocked)) { in amdgpu_vm_bo_update_mapping()1632 amdgpu_bo_fence(vm->root.base.bo, vm->last_unlocked, true); in amdgpu_vm_bo_update_mapping()1633 swap(vm->last_unlocked, tmp); in amdgpu_vm_bo_update_mapping()2622 if (!dma_fence_is_signaled(bo_base->vm->last_unlocked)) { in amdgpu_vm_evictable()2799 return dma_fence_wait_timeout(vm->last_unlocked, true, timeout); in amdgpu_vm_wait_idle()2871 vm->last_unlocked = dma_fence_get_stub(); in amdgpu_vm_init()2925 dma_fence_put(vm->last_unlocked); in amdgpu_vm_init()3133 dma_fence_wait(vm->last_unlocked, false); in amdgpu_vm_fini()3134 dma_fence_put(vm->last_unlocked); in amdgpu_vm_fini()
112 swap(p->vm->last_unlocked, f); in amdgpu_vm_sdma_commit()
286 struct dma_fence *last_unlocked; member