Searched refs:__drm_mm_hole_node_start (Results 1 – 2 of 2) sorted by relevance
230 #define HOLE_ADDR(NODE) (__drm_mm_hole_node_start(NODE))263 __drm_mm_hole_node_end(node) - __drm_mm_hole_node_start(node); in add_hole()328 hole_start = __drm_mm_hole_node_start(node); in find_hole()416 adj_start = hole_start = __drm_mm_hole_node_start(hole); in drm_mm_reserve_node()493 u64 hole_start = __drm_mm_hole_node_start(hole); in drm_mm_insert_node_in_range()748 hole_start = __drm_mm_hole_node_start(hole); in drm_mm_scan_add_block()873 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()