Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_sync.c54 sync->last_vm_update = NULL; in amdgpu_sync_create()
167 amdgpu_sync_keep_later(&sync->last_vm_update, f); in amdgpu_sync_fence()
354 dma_fence_put(clone->last_vm_update); in amdgpu_sync_clone()
355 clone->last_vm_update = dma_fence_get(source->last_vm_update); in amdgpu_sync_clone()
398 dma_fence_put(sync->last_vm_update); in amdgpu_sync_free()
H A Damdgpu_sync.h39 struct dma_fence *last_vm_update; member
H A Damdgpu_ids.c279 struct dma_fence *updates = sync->last_vm_update; in amdgpu_vmid_grab_reserved()
345 struct dma_fence *updates = sync->last_vm_update; in amdgpu_vmid_grab_used()
432 struct dma_fence *updates = sync->last_vm_update; in amdgpu_vmid_grab()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_sync.c52 sync->last_vm_update = NULL; in radeon_sync_create()
75 other = sync->last_vm_update; in radeon_sync_fence()
76 sync->last_vm_update = radeon_fence_later(fence, other); in radeon_sync_fence()
H A Dradeon_ib.c158 ib->sync.last_vm_update); in radeon_ib_schedule()
H A Dradeon.h623 struct radeon_fence *last_vm_update; member