Home
last modified time | relevance | path

Searched refs:amdgpu_bo_fence (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.h166 void amdgpu_bo_fence(struct amdgpu_bo *bo, struct fence *fence,
Damdgpu_vm.c377 amdgpu_bo_fence(bo, fence, true); in amdgpu_vm_clear_bo()
508 amdgpu_bo_fence(pd, fence, true); in amdgpu_vm_update_page_directory()
791 amdgpu_bo_fence(vm->page_directory, f, true); in amdgpu_vm_bo_update_mapping()
Damdgpu_object.c659 void amdgpu_bo_fence(struct amdgpu_bo *bo, struct fence *fence, in amdgpu_bo_fence() function