Searched refs:last_vm_update (Results 1 – 6 of 6) sorted by relevance
54 sync->last_vm_update = NULL; in amdgpu_sync_create()187 amdgpu_sync_keep_later(&sync->last_vm_update, fence); in amdgpu_sync_vm_fence()396 dma_fence_put(clone->last_vm_update); in amdgpu_sync_clone()397 clone->last_vm_update = dma_fence_get(source->last_vm_update); in amdgpu_sync_clone()440 dma_fence_put(sync->last_vm_update); in amdgpu_sync_free()
46 struct dma_fence *last_vm_update; member
279 struct dma_fence *updates = sync->last_vm_update; in amdgpu_vmid_grab_reserved()349 struct dma_fence *updates = sync->last_vm_update; in amdgpu_vmid_grab_used()435 struct dma_fence *updates = sync->last_vm_update; in amdgpu_vmid_grab()
51 sync->last_vm_update = NULL; in radeon_sync_create()74 other = sync->last_vm_update; in radeon_sync_fence()75 sync->last_vm_update = radeon_fence_later(fence, other); in radeon_sync_fence()
161 ib->sync.last_vm_update); in radeon_ib_schedule()
612 struct radeon_fence *last_vm_update; member
Completed in 23 milliseconds