Searched refs:amdgpu_bo_vm (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_vm_cpu.c | 34 static int amdgpu_vm_cpu_map_table(struct amdgpu_bo_vm *table) in amdgpu_vm_cpu_map_table() 74 struct amdgpu_bo_vm *vmbo, uint64_t pe, in amdgpu_vm_cpu_update()
|
| H A D | amdgpu_vm_pt.c | 212 struct amdgpu_bo_vm *parent; in amdgpu_vm_pt_sibling() 362 struct amdgpu_bo_vm *vmbo, bool immediate) in amdgpu_vm_pt_clear() 442 int level, bool immediate, struct amdgpu_bo_vm **vmbo, in amdgpu_vm_pt_create() 503 struct amdgpu_bo_vm *pt; in amdgpu_vm_pt_alloc() 680 struct amdgpu_bo_vm *pt, in amdgpu_vm_pte_update_flags() 968 struct amdgpu_bo_vm *bo; in amdgpu_vm_pt_map_tables()
|
| H A D | amdgpu_vm.h | 45 struct amdgpu_bo_vm; 311 int (*map_table)(struct amdgpu_bo_vm *bo); 315 struct amdgpu_bo_vm *bo, uint64_t pe, uint64_t addr, 606 struct amdgpu_bo_vm *vmbo, bool immediate); 608 int level, bool immediate, struct amdgpu_bo_vm **vmbo,
|
| H A D | amdgpu_object.h | 46 #define to_amdgpu_bo_vm(abo) container_of((abo), struct amdgpu_bo_vm, bo) 139 struct amdgpu_bo_vm { struct 277 struct amdgpu_bo_vm **ubo_ptr);
|
| H A D | amdgpu_vm.c | 2600 struct amdgpu_bo_vm *root; in amdgpu_vm_init()
|