Searched refs:amdgpu_bo_vm (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_vm_cpu.c | 32 static int amdgpu_vm_cpu_map_table(struct amdgpu_bo_vm *table) in amdgpu_vm_cpu_map_table() 70 struct amdgpu_bo_vm *vmbo, uint64_t pe, in amdgpu_vm_cpu_update()
|
| A D | amdgpu_vm.h | 44 struct amdgpu_bo_vm; 306 int (*map_table)(struct amdgpu_bo_vm *bo); 310 struct amdgpu_bo_vm *bo, uint64_t pe, uint64_t addr, 573 struct amdgpu_bo_vm *vmbo, bool immediate); 575 int level, bool immediate, struct amdgpu_bo_vm **vmbo,
|
| A D | amdgpu_object.h | 46 #define to_amdgpu_bo_vm(abo) container_of((abo), struct amdgpu_bo_vm, bo) 137 struct amdgpu_bo_vm { struct 298 struct amdgpu_bo_vm **ubo_ptr);
|
| A D | amdgpu_vm_pt.c | 210 struct amdgpu_bo_vm *parent; in amdgpu_vm_pt_sibling() 360 struct amdgpu_bo_vm *vmbo, bool immediate) in amdgpu_vm_pt_clear() 439 int level, bool immediate, struct amdgpu_bo_vm **vmbo, in amdgpu_vm_pt_create() 500 struct amdgpu_bo_vm *pt; in amdgpu_vm_pt_alloc() 701 struct amdgpu_bo_vm *pt, in amdgpu_vm_pte_update_flags() 978 struct amdgpu_bo_vm *bo; in amdgpu_vm_pt_map_tables()
|
| A D | amdgpu_vm_sdma.c | 36 static int amdgpu_vm_sdma_map_table(struct amdgpu_bo_vm *table) in amdgpu_vm_sdma_map_table() 219 struct amdgpu_bo_vm *vmbo, uint64_t pe, in amdgpu_vm_sdma_update()
|
| A D | amdgpu_object.c | 691 struct amdgpu_bo_vm **vmbo_ptr) in amdgpu_bo_create_vm() 699 BUG_ON(bp->bo_ptr_size < sizeof(struct amdgpu_bo_vm)); in amdgpu_bo_create_vm()
|
| A D | amdgpu_vm.c | 2422 struct amdgpu_bo_vm *root; in amdgpu_vm_init()
|
Completed in 18 milliseconds