Searched refs:drm_mm_hole_node_start (Results 1 – 1 of 1) sorted by relevance
104 static inline unsigned long drm_mm_hole_node_start(struct drm_mm_node *hole_node) in drm_mm_hole_node_start() function124 unsigned long hole_start = drm_mm_hole_node_start(hole_node); in drm_mm_insert_helper()200 unsigned long hole_start = drm_mm_hole_node_start(hole_node); in drm_mm_insert_helper_range()295 BUG_ON(drm_mm_hole_node_start(node) in drm_mm_remove_node()299 BUG_ON(drm_mm_hole_node_start(node) in drm_mm_remove_node()371 if (!check_free_hole(drm_mm_hole_node_start(entry), in drm_mm_search_free()406 unsigned long adj_start = drm_mm_hole_node_start(entry) < start ? in drm_mm_search_free_in_range()407 start : drm_mm_hole_node_start(entry); in drm_mm_search_free_in_range()522 hole_start = drm_mm_hole_node_start(prev_node); in drm_mm_scan_add_block()649 hole_start = drm_mm_hole_node_start(&mm->head_node); in drm_mm_debug_table()[all …]