Home
last modified time | relevance | path

Searched refs:last_unlocked (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c917 if (!unlocked && !dma_fence_is_signaled(vm->last_unlocked)) { in amdgpu_vm_update_range()
920 amdgpu_bo_fence(vm->root.bo, vm->last_unlocked, true); in amdgpu_vm_update_range()
921 swap(vm->last_unlocked, tmp); in amdgpu_vm_update_range()
1936 if (!dma_fence_is_signaled(bo_base->vm->last_unlocked)) { in amdgpu_vm_evictable()
2114 return dma_fence_wait_timeout(vm->last_unlocked, true, timeout); in amdgpu_vm_wait_idle()
2173 vm->last_unlocked = dma_fence_get_stub(); in amdgpu_vm_init()
2214 dma_fence_put(vm->last_unlocked); in amdgpu_vm_init()
2342 dma_fence_wait(vm->last_unlocked, false); in amdgpu_vm_fini()
2343 dma_fence_put(vm->last_unlocked); in amdgpu_vm_fini()
H A Damdgpu_vm_sdma.c135 swap(p->vm->last_unlocked, tmp); in amdgpu_vm_sdma_commit()
H A Damdgpu_vm.h310 struct dma_fence *last_unlocked; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c1629 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()
2642 if (!dma_fence_is_signaled(bo_base->vm->last_unlocked)) { in amdgpu_vm_evictable()
2819 return dma_fence_wait_timeout(vm->last_unlocked, true, timeout); in amdgpu_vm_wait_idle()
2891 vm->last_unlocked = dma_fence_get_stub(); in amdgpu_vm_init()
2945 dma_fence_put(vm->last_unlocked); in amdgpu_vm_init()
3153 dma_fence_wait(vm->last_unlocked, false); in amdgpu_vm_fini()
3154 dma_fence_put(vm->last_unlocked); in amdgpu_vm_fini()
H A Damdgpu_vm_sdma.c112 swap(p->vm->last_unlocked, f); in amdgpu_vm_sdma_commit()
H A Damdgpu_vm.h286 struct dma_fence *last_unlocked; member

Completed in 10 milliseconds