vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
[linux/fpc-iii.git] / drivers / gpu / drm / selftests / drm_helper_selftests.h
blob9771290ed22892cffdc684ecfb80f1c6c2ddffdd
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
8 */
9 selftest(check_plane_state, igt_check_plane_state)