Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tests/
H A Ddrm_mm_test.c54 if (drm_mm_hole_follows(hole)) { in assert_no_holes()
311 if (!drm_mm_hole_follows(&rsvd_lo) || !drm_mm_hole_follows(&rsvd_hi)) { in drm_test_mm_once()
/linux/include/drm/
H A Ddrm_mm.h293 static inline bool drm_mm_hole_follows(const struct drm_mm_node *node) in drm_mm_hole_follows() function
316 DRM_MM_BUG_ON(!drm_mm_hole_follows(hole_node)); in drm_mm_hole_node_start()