Searched refs:selftests (Results 1 – 11 of 11) sorted by relevance
/drivers/gpu/drm/i915/ |
D | Makefile | 261 gem/selftests/igt_gem_utils.o \ 262 selftests/i915_random.o \ 263 selftests/i915_selftest.o \ 264 selftests/igt_atomic.o \ 265 selftests/igt_flush_test.o \ 266 selftests/igt_live_test.o \ 267 selftests/igt_mmap.o \ 268 selftests/igt_reset.o \ 269 selftests/igt_spinner.o \ 270 selftests/librapl.o
|
D | Kconfig.debug | 150 bool "Enable selftests upon driver load" 158 Choose this option to allow the driver to perform selftests upon 160 exit the module after running the selftests (i.e. to prevent normal 168 bool "Enable broken and dangerous selftests" 173 This option enables the execution of selftests that are "dangerous"
|
/drivers/dma-buf/ |
D | selftest.c | 26 } selftests[] = { variable 34 module_param_named(id, selftests[__idx_##n].enabled, bool, 0400); 155 return run_selftests(selftests, ARRAY_SIZE(selftests)); in st_init()
|
/drivers/gpu/drm/selftests/ |
D | test-drm_modeset_common.c | 19 err = run_selftests(selftests, ARRAY_SIZE(selftests), NULL); in test_drm_modeset_init()
|
D | drm_selftest.c | 37 } selftests[] = { variable 45 module_param_named(id, selftests[__idx_##n].enabled, bool, 0400);
|
D | test-drm_cmdline_parser.c | 1134 err = run_selftests(selftests, ARRAY_SIZE(selftests), NULL); in test_drm_cmdline_init()
|
D | test-drm_mm.c | 2470 err = run_selftests(selftests, ARRAY_SIZE(selftests), NULL); in test_drm_mm_init()
|
/drivers/gpu/drm/ |
D | Makefile | 58 obj-$(CONFIG_DRM_DEBUG_SELFTEST) += selftests/
|
D | Kconfig | 72 various selftests on parts of the DRM api. This option is not
|
/drivers/iommu/ |
D | Kconfig | 73 bool "LPAE selftests" 92 bool "ARMv7s selftests"
|
/drivers/gpio/ |
D | Kconfig | 1617 tools/testing/selftests/gpio/gpio-mockup.sh. Reference the usage in
|