Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_object.h47 #define to_amdgpu_bo_vm(abo) container_of((abo), struct amdgpu_bo_vm, bo) macro
268 return to_amdgpu_bo_vm(bo)->shadow; in amdgpu_bo_shadowed()
A Damdgpu_vm.c469 cursor->entry = &to_amdgpu_bo_vm(cursor->entry->bo)->entries[idx]; in amdgpu_vm_pt_descendant()
496 if (cursor->entry == &to_amdgpu_bo_vm(cursor->parent->bo)->entries[num_entries - 1]) in amdgpu_vm_pt_sibling()
751 vm->update_funcs->map_table(to_amdgpu_bo_vm(bo)); in amdgpu_vm_validate_pt_bos()
828 if ((pt - to_amdgpu_bo_vm(vm->root.bo)->entries) >= ats_entries) { in amdgpu_vm_clear_bo()
1353 pde = (entry - to_amdgpu_bo_vm(parent->bo)->entries) * 8; in amdgpu_vm_update_pde()
1354 return vm->update_funcs->update(params, to_amdgpu_bo_vm(bo), pde, pt, in amdgpu_vm_update_pde()
1640 amdgpu_vm_update_flags(params, to_amdgpu_bo_vm(pt), in amdgpu_vm_update_ptes()
3042 if (to_amdgpu_bo_vm(vm->root.bo)->entries[i].bo) in amdgpu_vm_check_clean_reserved()
3088 to_amdgpu_bo_vm(vm->root.bo), in amdgpu_vm_make_compute()
3119 amdgpu_bo_unref(&to_amdgpu_bo_vm(vm->root.bo)->shadow); in amdgpu_vm_make_compute()
A Damdgpu_object.c84 vmbo = to_amdgpu_bo_vm(bo); in amdgpu_bo_vm_destroy()
692 *vmbo_ptr = to_amdgpu_bo_vm(bo_ptr); in amdgpu_bo_create_vm()

Completed in 12 milliseconds