]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - drivers/gpu/drm/selftests/drm_mm_selftests.h
drm: kselftest for drm_mm and eviction
[mirror_ubuntu-focal-kernel.git] / drivers / gpu / drm / selftests / drm_mm_selftests.h
CommitLineData
50f0033d
CW
1/* List each unit test as selftest(name, function)
2 *
3 * The name is used as both an enum and expanded as igt__name to create
4 * a module parameter. It must be unique and legal for a C identifier.
5 *
6 * Tests are executed in order by igt/drm_mm
7 */
8selftest(sanitycheck, igt_sanitycheck) /* keep first (selfcheck for igt) */
393b50f3 9selftest(init, igt_init)
06df8ac6 10selftest(debug, igt_debug)
900537dc 11selftest(reserve, igt_reserve)
7886692a 12selftest(insert, igt_insert)
2bd966d1 13selftest(replace, igt_replace)
2fba0de0 14selftest(insert_range, igt_insert_range)
9b26f2ed
CW
15selftest(align, igt_align)
16selftest(align32, igt_align32)
17selftest(align64, igt_align64)
560b3284 18selftest(evict, igt_evict)