Home
last modified time | relevance | path

Searched refs:mm_node (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/dev/drm2/ttm/
H A Dttm_bo_manager.c87 mem->mm_node = node; in ttm_bo_man_get_node()
97 if (mem->mm_node) { in ttm_bo_man_put_node()
99 drm_mm_put_block(mem->mm_node); in ttm_bo_man_put_node()
101 mem->mm_node = NULL; in ttm_bo_man_put_node()
H A Dttm_bo.c459 mem->mm_node = NULL; in ttm_bo_handle_move_mem()
497 if (bo->mem.mm_node) { in ttm_bo_handle_move_mem()
827 evict_mem.mm_node = NULL; in ttm_bo_evict()
911 if (mem->mm_node) in ttm_bo_mem_put()
934 if (mem->mm_node) in ttm_bo_mem_force_space()
941 if (mem->mm_node == NULL) in ttm_bo_mem_force_space()
1014 mem->mm_node = NULL; in ttm_bo_mem_space()
1048 if (mem->mm_node) in ttm_bo_mem_space()
1088 mem->mm_node = NULL; in ttm_bo_mem_space()
1142 if (ret && mem.mm_node) in ttm_bo_move_buffer()
[all …]
H A Dttm_bo_util.c71 new_mem->mm_node = NULL; in ttm_bo_move_ttm()
327 old_copy.mm_node = NULL; in ttm_bo_move_memcpy()
355 old_copy.mm_node = NULL; in ttm_bo_move_memcpy()
363 new_mem->mm_node = NULL; in ttm_bo_move_memcpy()
665 new_mem->mm_node = NULL; in ttm_bo_move_accel_cleanup()
H A Dttm_agp_backend.c54 struct drm_mm_node *node = bo_mem->mm_node; in ttm_agp_bind()
H A Dttm_bo_api.h102 void *mm_node; member