Searched refs:amdgpu_bo_fence (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_amdkfd_gpuvm.c | 306 amdgpu_bo_fence(bo, &ef_list[i]->base, true); in amdgpu_amdkfd_add_eviction_fence() 510 amdgpu_bo_fence(pd, &vm->process_info->eviction_fence->base, true); in add_bo_to_vm() 515 amdgpu_bo_fence(pd, &vm->process_info->eviction_fence->base, true); in add_bo_to_vm() 832 amdgpu_bo_fence(pd, &vm->process_info->eviction_fence->base, true); in unmap_bo_from_gpuvm() 974 amdgpu_bo_fence(vm->root.base.bo, in init_kfd_vm() 1082 amdgpu_bo_fence(pd, NULL, false); in amdgpu_amdkfd_gpuvm_destroy_cb() 1450 amdgpu_bo_fence(bo, in amdgpu_amdkfd_gpuvm_map_memory_to_gpu() 1876 amdgpu_bo_fence(peer_vm->root.base.bo, in validate_invalid_user_pages() 2096 amdgpu_bo_fence(mem->bo, in amdgpu_amdkfd_gpuvm_restore_process_bos() 2104 amdgpu_bo_fence(bo, &process_info->eviction_fence->base, true); in amdgpu_amdkfd_gpuvm_restore_process_bos()
|
D | amdgpu_object.c | 519 amdgpu_bo_fence(bo, fence, false); in amdgpu_bo_do_create() 657 amdgpu_bo_fence(bo, *fence, true); in amdgpu_bo_backup_to_shadow() 739 amdgpu_bo_fence(bo, *fence, true); in amdgpu_bo_restore_from_shadow() 1339 void amdgpu_bo_fence(struct amdgpu_bo *bo, struct dma_fence *fence, in amdgpu_bo_fence() function
|
D | amdgpu_object.h | 280 void amdgpu_bo_fence(struct amdgpu_bo *bo, struct dma_fence *fence,
|
D | amdgpu_vcn.c | 318 amdgpu_bo_fence(bo, f, false); in amdgpu_vcn_dec_send_msg()
|
D | amdgpu_vm.c | 434 amdgpu_bo_fence(bo, fence, true); in amdgpu_vm_clear_bo() 1130 amdgpu_bo_fence(root, fence, true); in amdgpu_vm_update_directories() 1494 amdgpu_bo_fence(vm->root.base.bo, f, true); in amdgpu_vm_bo_update_mapping()
|
D | amdgpu_gem.c | 197 amdgpu_bo_fence(bo, fence, true); in amdgpu_gem_object_close()
|
D | amdgpu_uvd.c | 1097 amdgpu_bo_fence(bo, f, false); in amdgpu_uvd_send_msg()
|