Searched refs:mm_node (Results 1 – 5 of 5) sorted by relevance
193 struct drm_mm_node *mm_node; in amdgpu_gtt_mgr_recover() local198 drm_mm_for_each_node(mm_node, &mgr->mm) { in amdgpu_gtt_mgr_recover()199 node = container_of(mm_node, typeof(*node), mm_nodes[0]); in amdgpu_gtt_mgr_recover()
99 ret = ivpu_mmu_context_insert_node(ctx, range, ivpu_bo_size(bo), &bo->mm_node); in ivpu_bo_alloc_vpu_addr()102 bo->vpu_addr = bo->mm_node.start; in ivpu_bo_alloc_vpu_addr()129 ivpu_mmu_context_remove_node(bo->ctx, &bo->mm_node); in ivpu_bo_unbind_locked()
18 struct drm_mm_node mm_node; member
44 struct drm_mm_node mm_node; /* For AMDXDNA_BO_DEV */ member
59 ret = drm_mm_insert_node_generic(&heap->mm, &abo->mm_node, in amdxdna_gem_heap_alloc()67 mem->dev_addr = abo->mm_node.start; in amdxdna_gem_heap_alloc()94 drm_mm_remove_node(&abo->mm_node); in amdxdna_gem_heap_free()
Completed in 18 milliseconds