Searched refs:last_vm_update (Results 1 – 6 of 6) sorted by relevance
58 sync->last_vm_update = NULL; in amdgpu_sync_create()201 amdgpu_sync_keep_later(&sync->last_vm_update, fence); in amdgpu_sync_vm_fence()374 dma_fence_put(clone->last_vm_update); in amdgpu_sync_clone()375 clone->last_vm_update = dma_fence_get(source->last_vm_update); in amdgpu_sync_clone()418 dma_fence_put(sync->last_vm_update); in amdgpu_sync_free()
286 struct dma_fence *updates = sync->last_vm_update; in amdgpu_vmid_grab_reserved()352 struct dma_fence *updates = sync->last_vm_update; in amdgpu_vmid_grab_used()443 struct dma_fence *updates = sync->last_vm_update; in amdgpu_vmid_grab()
41 struct dma_fence *last_vm_update; member
56 sync->last_vm_update = NULL; in radeon_sync_create()79 other = sync->last_vm_update; in radeon_sync_fence()80 sync->last_vm_update = radeon_fence_later(fence, other); in radeon_sync_fence()
166 ib->sync.last_vm_update); in radeon_ib_schedule()
639 struct radeon_fence *last_vm_update; member