Searched refs:__drm_mm_hole_node_start (Results 1 – 2 of 2) sorted by relevance
216 #define HOLE_ADDR(NODE) (__drm_mm_hole_node_start(NODE))274 __drm_mm_hole_node_end(node) - __drm_mm_hole_node_start(node); in add_hole()345 hole_start = __drm_mm_hole_node_start(node); in find_hole_addr()469 adj_start = hole_start = __drm_mm_hole_node_start(hole); in drm_mm_reserve_node()546 u64 hole_start = __drm_mm_hole_node_start(hole); in drm_mm_insert_node_in_range()807 hole_start = __drm_mm_hole_node_start(hole); in drm_mm_scan_add_block()932 hole_start = __drm_mm_hole_node_start(hole); in drm_mm_scan_color_evict()
296 static inline u64 __drm_mm_hole_node_start(const struct drm_mm_node *hole_node) in __drm_mm_hole_node_start() function315 return __drm_mm_hole_node_start(hole_node); in drm_mm_hole_node_start()