Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /* List each unit test as selftest(name, function)
0003  *
0004  * The name is used as both an enum and expanded as igt__name to create
0005  * a module parameter. It must be unique and legal for a C identifier.
0006  *
0007  * Tests are executed in order by igt/drm_buddy
0008  */
0009 selftest(sanitycheck, igt_sanitycheck) /* keep first (selfcheck for igt) */
0010 selftest(buddy_alloc_limit, igt_buddy_alloc_limit)
0011 selftest(buddy_alloc_range, igt_buddy_alloc_range)
0012 selftest(buddy_alloc_optimistic, igt_buddy_alloc_optimistic)
0013 selftest(buddy_alloc_pessimistic, igt_buddy_alloc_pessimistic)
0014 selftest(buddy_alloc_smoke, igt_buddy_alloc_smoke)
0015 selftest(buddy_alloc_pathological, igt_buddy_alloc_pathological)