Searched refs:no_turbo (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/cpufreq/ |
| D | intel_pstate.c | 186 bool no_turbo; member 759 if (global.no_turbo) in intel_pstate_get_hwp_max() 974 int total, no_turbo, turbo_pct; in show_turbo_pct() local 987 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct() 988 turbo_fp = div_fp(no_turbo, total); in show_turbo_pct() 1033 ret = sprintf(buf, "%u\n", global.no_turbo); in show_no_turbo() 1067 global.no_turbo = clamp_t(int, input, 0, 1); in store_no_turbo() 1069 if (global.no_turbo) { in store_no_turbo() 1224 define_one_global_rw(no_turbo); 1233 &no_turbo.attr, [all …]
|
| /Linux-v5.4/Documentation/admin-guide/pm/ |
| D | intel_pstate.rst | 285 ``no_turbo`` attribute in ``sysfs`` (described `below <no_turbo_attr_>`_) should 357 The value of this attribute is not affected by the ``no_turbo`` 370 ``no_turbo`` 442 If the ``no_turbo`` `global attribute <no_turbo_attr_>`_ is set, the driver is 445 Accordingly, setting ``no_turbo`` causes ``scaling_max_freq`` and 448 restored after unsetting ``no_turbo``, unless these attributes have been written 449 to after ``no_turbo`` was set. 451 If ``no_turbo`` is not set, the maximum possible value of ``scaling_max_freq``
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-devices-system-cpu | 311 /sys/devices/system/cpu/intel_pstate/no_turbo 327 no_turbo: limits the driver to selecting P states below the turbo
|