Searched refs:amdgpu_bo_fence (Results 1 – 3 of 3) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_object.c | 406 amdgpu_bo_fence(bo, fence, false); in amdgpu_bo_create_restricted() 518 amdgpu_bo_fence(bo, *fence, true); in amdgpu_bo_backup_to_shadow() 550 amdgpu_bo_fence(bo, *fence, true); in amdgpu_bo_restore_from_shadow() 936 void amdgpu_bo_fence(struct amdgpu_bo *bo, struct fence *fence, in amdgpu_bo_fence() function
|
D | amdgpu_object.h | 159 void amdgpu_bo_fence(struct amdgpu_bo *bo, struct fence *fence,
|
D | amdgpu_vm.c | 580 amdgpu_bo_fence(bo, fence, true); in amdgpu_vm_clear_bo() 716 amdgpu_bo_fence(pd, fence, true); in amdgpu_vm_update_pd_or_shadow() 1046 amdgpu_bo_fence(vm->page_directory, f, true); in amdgpu_vm_bo_update_mapping()
|