GNU Linux-libre 5.19-rc6-gnu
[releases.git] / drivers / gpu / drm / selftests / drm_buddy_selftests.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* List each unit test as selftest(name, function)
3  *
4  * The name is used as both an enum and expanded as igt__name to create
5  * a module parameter. It must be unique and legal for a C identifier.
6  *
7  * Tests are executed in order by igt/drm_buddy
8  */
9 selftest(sanitycheck, igt_sanitycheck) /* keep first (selfcheck for igt) */
10 selftest(buddy_alloc_limit, igt_buddy_alloc_limit)
11 selftest(buddy_alloc_range, igt_buddy_alloc_range)
12 selftest(buddy_alloc_optimistic, igt_buddy_alloc_optimistic)
13 selftest(buddy_alloc_pessimistic, igt_buddy_alloc_pessimistic)
14 selftest(buddy_alloc_smoke, igt_buddy_alloc_smoke)
15 selftest(buddy_alloc_pathological, igt_buddy_alloc_pathological)