summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/selftests/drm_mm_selftests.h
blob: 0265f09e92fa60227c262819d6ca4a3d403f3718 (plain)
1
2
3
4
5
6
7
8
9
10
/* List each unit test as selftest(name, function)
 *
 * The name is used as both an enum and expanded as igt__name to create
 * a module parameter. It must be unique and legal for a C identifier.
 *
 * Tests are executed in order by igt/drm_mm
 */
selftest(sanitycheck, igt_sanitycheck) /* keep first (selfcheck for igt) */
selftest(init, igt_init)
selftest(debug, igt_debug)