Searched refs:amdgpu_bo_fence (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_object.h | 322 void amdgpu_bo_fence(struct amdgpu_bo *bo, struct dma_fence *fence,
|
D | amdgpu_object.c | 1266 amdgpu_bo_fence(abo, fence, false); in amdgpu_bo_release_notify() 1332 void amdgpu_bo_fence(struct amdgpu_bo *bo, struct dma_fence *fence, in amdgpu_bo_fence() function
|
D | amdgpu_mes.c | 1401 amdgpu_bo_fence(bo, fence, true); in amdgpu_mes_ctx_unmap_meta_data() 1410 amdgpu_bo_fence(bo, fence, true); in amdgpu_mes_ctx_unmap_meta_data()
|
D | amdgpu_gem.c | 265 amdgpu_bo_fence(bo, fence, true); in amdgpu_gem_object_close()
|
D | amdgpu_uvd.c | 1180 amdgpu_bo_fence(bo, f, false); in amdgpu_uvd_send_msg()
|
D | amdgpu_vm.c | 1004 amdgpu_bo_fence(vm->root.bo, vm->last_unlocked, true); in amdgpu_vm_update_range()
|
/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_svm.c | 635 amdgpu_bo_fence(bo, &svm_bo->eviction_fence->base, true); in svm_range_vram_node_new()
|