Searched refs:amdgpu_bo_fence (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_object.c | 419 amdgpu_bo_fence(bo, fence, false); in amdgpu_bo_create_restricted() 547 amdgpu_bo_fence(bo, *fence, true); in amdgpu_bo_backup_to_shadow() 600 amdgpu_bo_fence(bo, *fence, true); in amdgpu_bo_restore_from_shadow() 1009 void amdgpu_bo_fence(struct amdgpu_bo *bo, struct dma_fence *fence, in amdgpu_bo_fence() function
|
D | amdgpu_object.h | 236 void amdgpu_bo_fence(struct amdgpu_bo *bo, struct dma_fence *fence,
|
D | amdgpu_gem.c | 200 amdgpu_bo_fence(bo, fence, true); in amdgpu_gem_object_close()
|
D | amdgpu_vm.c | 1138 amdgpu_bo_fence(parent->bo, fence, true); in amdgpu_vm_update_level() 1603 amdgpu_bo_fence(vm->root.bo, f, true); in amdgpu_vm_bo_update_mapping()
|