Searched refs:last_unlocked (Results 1 – 2 of 2) sorted by relevance
1179 if (!unlocked && !dma_fence_is_signaled(vm->last_unlocked)) { in amdgpu_vm_update_range()1182 amdgpu_bo_fence(vm->root.bo, vm->last_unlocked, true); in amdgpu_vm_update_range()1183 swap(vm->last_unlocked, tmp); in amdgpu_vm_update_range()2287 if (!dma_fence_is_signaled(bo_base->vm->last_unlocked)) { in amdgpu_vm_evictable()2637 vm->last_unlocked = dma_fence_get_stub(); in amdgpu_vm_init()2682 dma_fence_put(vm->last_unlocked); in amdgpu_vm_init()2782 dma_fence_wait(vm->last_unlocked, false); in amdgpu_vm_fini()2783 dma_fence_put(vm->last_unlocked); in amdgpu_vm_fini()
414 struct dma_fence *last_unlocked; member