Searched refs:__drm_mm_hole_node_start (Results 1 – 2 of 2) sorted by relevance
240 #define HOLE_ADDR(NODE) (__drm_mm_hole_node_start(NODE))273 __drm_mm_hole_node_end(node) - __drm_mm_hole_node_start(node); in add_hole()338 hole_start = __drm_mm_hole_node_start(node); in find_hole()426 adj_start = hole_start = __drm_mm_hole_node_start(hole); in drm_mm_reserve_node()503 u64 hole_start = __drm_mm_hole_node_start(hole); in drm_mm_insert_node_in_range()758 hole_start = __drm_mm_hole_node_start(hole); in drm_mm_scan_add_block()883 hole_start = __drm_mm_hole_node_start(hole); in drm_mm_scan_color_evict()
294 static inline u64 __drm_mm_hole_node_start(const struct drm_mm_node *hole_node) in __drm_mm_hole_node_start() function313 return __drm_mm_hole_node_start(hole_node); in drm_mm_hole_node_start()