Searched refs:drm_mm_hole_node_start (Results 1 – 1 of 1) sorted by relevance
100 static inline unsigned long drm_mm_hole_node_start(struct drm_mm_node *hole_node) in drm_mm_hole_node_start() function120 unsigned long hole_start = drm_mm_hole_node_start(hole_node); in drm_mm_insert_helper()212 unsigned long hole_start = drm_mm_hole_node_start(hole_node); in drm_mm_insert_helper_range()325 BUG_ON(drm_mm_hole_node_start(node) in drm_mm_remove_node()329 BUG_ON(drm_mm_hole_node_start(node) in drm_mm_remove_node()396 unsigned long adj_start = drm_mm_hole_node_start(entry); in drm_mm_search_free_generic()440 unsigned long adj_start = drm_mm_hole_node_start(entry) < start ? in drm_mm_search_free_in_range_generic()441 start : drm_mm_hole_node_start(entry); in drm_mm_search_free_in_range_generic()569 adj_start = hole_start = drm_mm_hole_node_start(prev_node); in drm_mm_scan_add_block()690 hole_start = drm_mm_hole_node_start(&mm->head_node); in drm_mm_debug_table()[all …]