Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_sync.c58 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()
H A Damdgpu_ids.c286 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()
H A Damdgpu_sync.h41 struct dma_fence *last_vm_update; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_sync.c56 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()
H A Dradeon_ib.c166 ib->sync.last_vm_update); in radeon_ib_schedule()
H A Dradeon.h639 struct radeon_fence *last_vm_update; member