]> Git Repo - J-linux.git/blob - drivers/gpu/drm/selftests/drm_helper_selftests.h
Merge tag 'pwm/for-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[J-linux.git] / drivers / gpu / drm / selftests / drm_helper_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)
This page took 0.029854 seconds and 4 git commands to generate.