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)
10 selftest(check_drm_format_block_width, igt_check_drm_format_block_width)
11 selftest(check_drm_format_block_height, igt_check_drm_format_block_height)
12 selftest(check_drm_format_min_pitch, igt_check_drm_format_min_pitch)
13 selftest(check_drm_framebuffer_create, igt_check_drm_framebuffer_create)