Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_mm.h287 * query this function. See also drm_mm_hole_node_start() and
304 * drm_mm_hole_node_start - computes the start of the hole following @node
314 static inline u64 drm_mm_hole_node_start(const struct drm_mm_node *hole_node) in drm_mm_hole_node_start() function
398 hole_start = drm_mm_hole_node_start(pos), \
/linux/drivers/gpu/drm/
H A Ddrm_mm.c976 start = drm_mm_hole_node_start(entry); in drm_mm_dump_hole()