Searched refs:no_turbo (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/cpufreq/ |
| H A D | intel_pstate.c | 184 bool no_turbo; member 1061 if (READ_ONCE(global.no_turbo)) { in hybrid_get_capacity_perf() 1473 policy->cpuinfo.max_freq = READ_ONCE(global.no_turbo) ? in __intel_pstate_update_max_freq() 1552 int total, no_turbo, turbo_pct; in show_turbo_pct() local 1563 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct() 1564 turbo_fp = div_fp(no_turbo, total); in show_turbo_pct() 1595 return sprintf(buf, "%u\n", global.no_turbo); in show_no_turbo() 1602 bool no_turbo; in store_no_turbo() local 1612 no_turbo = !!clamp_t(int, input, 0, 1); in store_no_turbo() 1615 if (global.turbo_disabled && !no_turbo) { in store_no_turbo() [all …]
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | intel_pstate.rst | 304 ``no_turbo`` attribute in ``sysfs`` (described :ref:`below <no_turbo_attr>`) should 480 The value of this attribute is not affected by the ``no_turbo`` 496 ``no_turbo`` 576 If the ``no_turbo`` :ref:`global attribute <no_turbo_attr>` is set, the driver 580 Accordingly, setting ``no_turbo`` causes ``scaling_max_freq`` and 583 restored after unsetting ``no_turbo``, unless these attributes have been written 584 to after ``no_turbo`` was set. 586 If ``no_turbo`` is not set, the maximum possible value of ``scaling_max_freq``
|
| H A D | intel-speed-select.rst | 218 # echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo 575 #echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo
|
| /linux/tools/power/x86/intel-speed-select/ |
| H A D | isst-config.c | 1742 static int no_turbo(void) in no_turbo() function 1753 if (scaling_max_freq < base_freq || no_turbo()) in adjust_scaling_max_from_base_freq() 2163 if (status && no_turbo()) { in set_fact_for_cpu()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-system-cpu | 396 /sys/devices/system/cpu/intel_pstate/no_turbo 412 no_turbo: limits the driver to selecting P states below the turbo
|