Searched refs:rsvd_hi (Results 1 – 1 of 1) sorted by relevance
292 struct drm_mm_node rsvd_lo, rsvd_hi, node; in drm_test_mm_once() local304 memset(&rsvd_hi, 0, sizeof(rsvd_hi)); in drm_test_mm_once()305 rsvd_hi.start = 5; in drm_test_mm_once()306 rsvd_hi.size = 1; in drm_test_mm_once()307 if (drm_mm_reserve_node(&mm, &rsvd_hi)) { in drm_test_mm_once()312 if (!drm_mm_hole_follows(&rsvd_lo) || !drm_mm_hole_follows(&rsvd_hi)) { in drm_test_mm_once()325 drm_mm_remove_node(&rsvd_hi); in drm_test_mm_once()