]> Git Repo - linux.git/blob - drivers/gpu/drm/selftests/drm_modeset_selftests.h
Merge tag 'drm-misc-next-2018-11-21' of git://anongit.freedesktop.org/drm/drm-misc...
[linux.git] / drivers / gpu / drm / selftests / drm_modeset_selftests.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* List each unit test as selftest(name, function)
3  *
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.
6  *
7  * Tests are executed in order by igt/drm_selftests_helper
8  */
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)
This page took 0.033626 seconds and 4 git commands to generate.