Searched refs:root_bo (Results 1 – 2 of 2) sorted by relevance
2583 struct amdgpu_bo *root_bo; in amdgpu_vm_init() local2638 root_bo = amdgpu_bo_ref(&root->bo); in amdgpu_vm_init()2639 r = amdgpu_bo_reserve(root_bo, true); in amdgpu_vm_init()2641 amdgpu_bo_unref(&root_bo); in amdgpu_vm_init()2645 amdgpu_vm_bo_base_init(&vm->root, vm, root_bo); in amdgpu_vm_init()2646 r = dma_resv_reserve_fences(root_bo->tbo.base.resv, 1); in amdgpu_vm_init()2668 amdgpu_bo_unref(&root_bo); in amdgpu_vm_init()2680 amdgpu_bo_unref(&root_bo); in amdgpu_vm_init()
2114 struct amdgpu_bo *root_bo; in amdgpu_pt_info_read() local2127 root_bo = amdgpu_bo_ref(fpriv->vm.root.bo); in amdgpu_pt_info_read()2128 r = amdgpu_bo_reserve(root_bo, true); in amdgpu_pt_info_read()2130 amdgpu_bo_unref(&root_bo); in amdgpu_pt_info_read()2140 amdgpu_bo_unreserve(root_bo); in amdgpu_pt_info_read()2141 amdgpu_bo_unref(&root_bo); in amdgpu_pt_info_read()