Searched refs:amdgpu_bo_fence (Results 1 – 8 of 8) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_amdkfd_gpuvm.c | 953 amdgpu_bo_fence(vm->root.base.bo, in init_kfd_vm() 1066 amdgpu_bo_fence(pd, NULL, false); in amdgpu_amdkfd_gpuvm_destroy_cb() 1474 amdgpu_bo_fence(bo, in amdgpu_amdkfd_gpuvm_map_memory_to_gpu() 2145 amdgpu_bo_fence(mem->bo, in amdgpu_amdkfd_gpuvm_restore_process_bos() 2153 amdgpu_bo_fence(bo, &process_info->eviction_fence->base, true); in amdgpu_amdkfd_gpuvm_restore_process_bos() 2207 amdgpu_bo_fence(gws_bo, &process_info->eviction_fence->base, true); in amdgpu_amdkfd_add_gws_to_process()
|
D | amdgpu_vm_sdma.c | 115 amdgpu_bo_fence(p->vm->root.base.bo, f, true); in amdgpu_vm_sdma_commit()
|
D | amdgpu_object.c | 610 amdgpu_bo_fence(bo, fence, false); in amdgpu_bo_do_create() 1350 amdgpu_bo_fence(abo, fence, false); in amdgpu_bo_release_notify() 1426 void amdgpu_bo_fence(struct amdgpu_bo *bo, struct dma_fence *fence, in amdgpu_bo_fence() function
|
D | amdgpu_object.h | 289 void amdgpu_bo_fence(struct amdgpu_bo *bo, struct dma_fence *fence,
|
D | amdgpu_gem.c | 182 amdgpu_bo_fence(bo, fence, true); in amdgpu_gem_object_close() 190 amdgpu_bo_fence(bo, fence, true); in amdgpu_gem_object_close()
|
D | amdgpu_vcn.c | 466 amdgpu_bo_fence(bo, f, false); in amdgpu_vcn_dec_send_msg()
|
D | amdgpu_uvd.c | 1140 amdgpu_bo_fence(bo, f, false); in amdgpu_uvd_send_msg()
|
D | amdgpu_vm.c | 1632 amdgpu_bo_fence(vm->root.base.bo, vm->last_unlocked, true); in amdgpu_vm_bo_update_mapping()
|