Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo_manager.c85 mem->mm_node = node; in ttm_bo_man_get_node()
95 if (mem->mm_node) { in ttm_bo_man_put_node()
97 drm_mm_put_block(mem->mm_node); in ttm_bo_man_put_node()
99 mem->mm_node = NULL; in ttm_bo_man_put_node()
H A Dttm_bo.c118 MPASS(bo->mem.mm_node == NULL); in ttm_bo_release_list()
457 mem->mm_node = NULL; in ttm_bo_handle_move_mem()
495 if (bo->mem.mm_node) { in ttm_bo_handle_move_mem()
825 evict_mem.mm_node = NULL; in ttm_bo_evict()
909 if (mem->mm_node) in ttm_bo_mem_put()
932 if (mem->mm_node) in ttm_bo_mem_force_space()
939 if (mem->mm_node == NULL) in ttm_bo_mem_force_space()
1012 mem->mm_node = NULL; in ttm_bo_mem_space()
1046 if (mem->mm_node) in ttm_bo_mem_space()
1050 if ((type_ok && (mem_type == TTM_PL_SYSTEM)) || mem->mm_node) { in ttm_bo_mem_space()
[all …]
H A Dttm_bo_util.c69 new_mem->mm_node = NULL; in ttm_bo_move_ttm()
325 old_copy.mm_node = NULL; in ttm_bo_move_memcpy()
353 old_copy.mm_node = NULL; in ttm_bo_move_memcpy()
361 new_mem->mm_node = NULL; in ttm_bo_move_memcpy()
663 new_mem->mm_node = NULL; in ttm_bo_move_accel_cleanup()
H A Dttm_agp_backend.c52 struct drm_mm_node *node = bo_mem->mm_node; in ttm_agp_bind()
H A Dttm_bo_api.h101 void *mm_node; member