HomeSort by: relevance | last modified time | path
    Searched refs:last_vm_update (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_sync.h 41 struct dma_fence *last_vm_update; member in struct:amdgpu_sync
amdgpu_sync.c 58 sync->last_vm_update = NULL;
201 amdgpu_sync_keep_later(&sync->last_vm_update, fence);
374 dma_fence_put(clone->last_vm_update);
375 clone->last_vm_update = dma_fence_get(source->last_vm_update);
418 dma_fence_put(sync->last_vm_update);
amdgpu_ids.c 286 struct dma_fence *updates = sync->last_vm_update;
352 struct dma_fence *updates = sync->last_vm_update;
443 struct dma_fence *updates = sync->last_vm_update;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_sync.c 56 sync->last_vm_update = NULL;
79 other = sync->last_vm_update;
80 sync->last_vm_update = radeon_fence_later(fence, other);
radeon_ib.c 166 ib->sync.last_vm_update);
radeon.h 639 struct radeon_fence *last_vm_update; member in struct:radeon_sync

Completed in 46 milliseconds