Searched refs:__drm_mm_hole_node_start (Results 1 – 2 of 2) sorted by relevance
213 #define HOLE_ADDR(NODE) (__drm_mm_hole_node_start(NODE))271 __drm_mm_hole_node_end(node) - __drm_mm_hole_node_start(node); in add_hole()342 hole_start = __drm_mm_hole_node_start(node); in find_hole_addr()466 adj_start = hole_start = __drm_mm_hole_node_start(hole); in drm_mm_reserve_node()543 u64 hole_start = __drm_mm_hole_node_start(hole); in drm_mm_insert_node_in_range()804 hole_start = __drm_mm_hole_node_start(hole); in drm_mm_scan_add_block()929 hole_start = __drm_mm_hole_node_start(hole); in drm_mm_scan_color_evict()
298 static inline u64 __drm_mm_hole_node_start(const struct drm_mm_node *hole_node) in __drm_mm_hole_node_start() function317 return __drm_mm_hole_node_start(hole_node); in drm_mm_hole_node_start()