Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gtt_mgr.c100 struct ttm_range_mgr_node *node = to_ttm_range_mgr_node(res); in amdgpu_gtt_mgr_has_gart_addr()
117 struct ttm_range_mgr_node *node = to_ttm_range_mgr_node(tbo->resource); in amdgpu_gtt_mgr_mark_bo_teardown()
196 struct ttm_range_mgr_node *node = to_ttm_range_mgr_node(res); in amdgpu_gtt_mgr_del()
298 const struct drm_mm_node *const node = &to_ttm_range_mgr_node(res)->mm_nodes[0]; in amdgpu_gtt_mgr_intersects()
329 const struct drm_mm_node *const node = &to_ttm_range_mgr_node(res)->mm_nodes[0]; in amdgpu_gtt_mgr_compatible()
/linux/drivers/gpu/drm/ttm/
H A Dttm_range_manager.c107 struct ttm_range_mgr_node *node = to_ttm_range_mgr_node(res); in ttm_range_man_free()
123 struct drm_mm_node *node = &to_ttm_range_mgr_node(res)->mm_nodes[0]; in ttm_range_man_intersects()
139 struct drm_mm_node *node = &to_ttm_range_mgr_node(res)->mm_nodes[0]; in ttm_range_man_compatible()
/linux/include/drm/ttm/
H A Dttm_range_manager.h32 to_ttm_range_mgr_node(struct ttm_resource *res) in to_ttm_range_mgr_node() function