1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* List each unit test as selftest(name, function)
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.
7 * Tests are executed in order by igt/drm_selftests_helper
9 selftest(check_plane_state
, igt_check_plane_state
)