Searched refs:perf_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 | 88 static struct selftest perf_selftests[] = { variable 111 module_param_named(id, perf_selftests[perf_##n].enabled, bool, 0400); 438 module_param_named_unsafe(perf_selftests, i915_selftest.perf, int, 0400); 439 MODULE_PARM_DESC(perf_selftests, "Run performance orientated 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 | 91 static struct selftest perf_selftests[] = { variable 114 module_param_named(id, perf_selftests[perf_##n].enabled, bool, 0400); 470 module_param_named_unsafe(perf_selftests, i915_selftest.perf, int, 0400); 471 MODULE_PARM_DESC(perf_selftests, "Run performance orientated selftests after driver initialisation on the live system (0:disabled [default], 1:run tests then continue, -1:run tests then exit module)");
|
Completed in 3 milliseconds