Home
last modified time | relevance | path

Searched refs:__drm_mm_hole_node_start (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/
Ddrm_mm.c216 #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()
/Linux-v5.10/include/drm/
Ddrm_mm.h296 static inline u64 __drm_mm_hole_node_start(const struct drm_mm_node *hole_node) in __drm_mm_hole_node_start() function
315 return __drm_mm_hole_node_start(hole_node); in drm_mm_hole_node_start()