Searched refs:assert_one_hole (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/gpu/drm/selftests/ |
| D | test-drm_mm.c | 76 static bool assert_one_hole(const struct drm_mm *mm, u64 start, u64 end) in assert_one_hole() function 229 if (!assert_one_hole(&mm, 0, size)) { in igt_init() 251 if (!assert_one_hole(&mm, 0, size)) { in igt_init() 1314 if (!assert_one_hole(mm, 0, total_size)) in evict_everything() 1660 if (!assert_one_hole(&mm, 0, size*(count - n - 1))) in igt_topdown() 1768 if (!assert_one_hole(&mm, size*(n + 1), size*count)) in igt_bottomup()
|