Searched refs:last_unlocked (Results 1 – 3 of 3) sorted by relevance
1157 if (!unlocked && !dma_fence_is_signaled(vm->last_unlocked)) { in amdgpu_vm_update_range()1160 amdgpu_bo_fence(vm->root.bo, vm->last_unlocked, true); in amdgpu_vm_update_range()1161 swap(vm->last_unlocked, tmp); in amdgpu_vm_update_range()2263 if (!dma_fence_is_signaled(bo_base->vm->last_unlocked)) { in amdgpu_vm_evictable()2625 vm->last_unlocked = dma_fence_get_stub(); in amdgpu_vm_init()2684 dma_fence_put(vm->last_unlocked); in amdgpu_vm_init()2789 dma_fence_wait(vm->last_unlocked, false); in amdgpu_vm_fini()2790 dma_fence_put(vm->last_unlocked); in amdgpu_vm_fini()
128 swap(p->vm->last_unlocked, tmp); in amdgpu_vm_sdma_commit()
414 struct dma_fence *last_unlocked; member