Home
last modified time | relevance | path

Searched refs:to_amdgpu_bo_vm (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm_pt.c207 cursor->entry = &to_amdgpu_bo_vm(cursor->entry->bo)->entries[idx]; in amdgpu_vm_pt_descendant()
235 parent = to_amdgpu_bo_vm(cursor->parent->bo); in amdgpu_vm_pt_sibling()
410 if ((pt - to_amdgpu_bo_vm(vm->root.bo)->entries) >= in amdgpu_vm_pt_clear()
750 if (to_amdgpu_bo_vm(vm->root.bo)->entries[i].bo) in amdgpu_vm_pt_is_root_clean()
778 pde = (entry - to_amdgpu_bo_vm(parent->bo)->entries) * 8; in amdgpu_vm_pde_update()
779 return vm->update_funcs->update(params, to_amdgpu_bo_vm(bo), pde, pt, in amdgpu_vm_pde_update()
1037 amdgpu_vm_pte_update_flags(params, to_amdgpu_bo_vm(pt), in amdgpu_vm_ptes_update()
1099 bo = to_amdgpu_bo_vm(entry->bo); in amdgpu_vm_pt_map_tables()
Damdgpu_object.h46 #define to_amdgpu_bo_vm(abo) container_of((abo), struct amdgpu_bo_vm, bo) macro
299 return to_amdgpu_bo_vm(bo)->shadow; in amdgpu_bo_shadowed()
Damdgpu_object.c86 vmbo = to_amdgpu_bo_vm(bo); in amdgpu_bo_vm_destroy()
722 *vmbo_ptr = to_amdgpu_bo_vm(bo_ptr); in amdgpu_bo_create_vm()
Damdgpu_vm.c481 vm->update_funcs->map_table(to_amdgpu_bo_vm(bo)); in amdgpu_vm_validate_pt_bos()
2257 r = amdgpu_vm_pt_clear(adev, vm, to_amdgpu_bo_vm(vm->root.bo), in amdgpu_vm_make_compute()
2293 amdgpu_bo_unref(&to_amdgpu_bo_vm(vm->root.bo)->shadow); in amdgpu_vm_make_compute()