Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c1175 if (!unlocked && !dma_fence_is_signaled(vm->last_unlocked)) { in amdgpu_vm_update_range()
1178 amdgpu_bo_fence(vm->root.bo, vm->last_unlocked, true); in amdgpu_vm_update_range()
1179 swap(vm->last_unlocked, tmp); in amdgpu_vm_update_range()
2276 if (!dma_fence_is_signaled(bo_base->vm->last_unlocked)) { in amdgpu_vm_evictable()
2638 vm->last_unlocked = dma_fence_get_stub(); in amdgpu_vm_init()
2697 dma_fence_put(vm->last_unlocked); in amdgpu_vm_init()
2802 dma_fence_wait(vm->last_unlocked, false); in amdgpu_vm_fini()
2803 dma_fence_put(vm->last_unlocked); in amdgpu_vm_fini()
H A Damdgpu_vm.h414 struct dma_fence *last_unlocked; member