Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_mm.h336 static inline u64 drm_mm_hole_node_end(const struct drm_mm_node *hole_node) in drm_mm_hole_node_end() function
/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_mm_test.c782 if (drm_mm_hole_follows(node) && drm_mm_hole_node_end(node) < end) { in assert_contiguous_in_range()