Searched refs:amdgpu_bo_sync_wait (Results 1 – 4 of 4) sorted by relevance
326 int amdgpu_bo_sync_wait(struct amdgpu_bo *bo, void *owner, bool intr);
341 amdgpu_bo_sync_wait(bo, AMDGPU_FENCE_OWNER_KFD, false); in amdgpu_amdkfd_bo_validate()1235 ret = amdgpu_bo_sync_wait(vm->root.bo, in init_kfd_vm()
1415 int amdgpu_bo_sync_wait(struct amdgpu_bo *bo, void *owner, bool intr) in amdgpu_bo_sync_wait() function
3105 r = amdgpu_bo_sync_wait(vm->root.bo, in amdgpu_vm_make_compute()
Completed in 16 milliseconds