Home
last modified time | relevance | path

Searched refs:last_vm_update (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_sync.c54 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()
A Damdgpu_sync.h46 struct dma_fence *last_vm_update; member
A Damdgpu_ids.c279 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()
/linux/drivers/gpu/drm/radeon/
A Dradeon_sync.c51 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()
A Dradeon_ib.c161 ib->sync.last_vm_update); in radeon_ib_schedule()
A Dradeon.h612 struct radeon_fence *last_vm_update; member

Completed in 23 milliseconds