Searched refs:live_selftests (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | i915_selftest.c | 82 static struct selftest live_selftests[] = { variable 104 module_param_named(id, live_selftests[live_##n].enabled, bool, 0400); 435 module_param_named_unsafe(live_selftests, i915_selftest.live, int, 0400); 436 MODULE_PARM_DESC(live_selftests, "Run selftests after driver initialisation on the live system (0:disabled [default], 1:run tests then continue, -1:run tests then exit module)");
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | i915_selftest.c | 85 static struct selftest live_selftests[] = { variable 107 module_param_named(id, live_selftests[live_##n].enabled, bool, 0400); 467 module_param_named_unsafe(live_selftests, i915_selftest.live, int, 0400); 468 MODULE_PARM_DESC(live_selftests, "Run selftests after driver initialisation on the live system (0:disabled [default], 1:run tests then continue, -1:run tests then exit module)");
|
Completed in 2 milliseconds