Lines Matching +full:enable +full:- +full:bias +full:- +full:control
1 .TH CPUPOWER\-SET "1" "22/02/2011" "" "cpupower Manual"
3 cpupower\-set \- Set processor power related kernel or hardware configurations
6 .B cpupower set [ \-b VAL | \-e POLICY | \-m MODE | \-t BOOL ]
15 described in the cpupower(1) manpage in the \-\-cpu option section. Whether an
24 \-\-perf-bias, \-b
30 The range of valid numbers is 0-15, where 0 is maximum
33 The processor uses this information in model-specific ways
34 when it must select trade-offs between performance and
38 (P-states) or CPU Idle power states (C-states), but allows
43 aggressively or conservatively to control frequency
44 in the "turbo range" above the explicitly OS-controlled
45 P-state frequency range. It may also tell the hardware
46 how aggressively it should enter the OS requested C-states.
48 This option can be applied to individual cores only via the \-\-cpu option,
51 Setting the performance bias value on one CPU can modify the setting on
54 Use \fBcpupower -c all info -b\fP to verify.
60 \-\-epp, \-e
63 processors which use the Intel or AMD P-State cpufreq driver respectively.
74 \-\-amd\-pstate\-mode, \-m
76 Sets the AMD P-State mode for supported AMD processors.
79 Refer to the AMD P-State kernel documentation for further information.
84 \-\-turbo\-boost, \-\-boost, \-t
86 This option is used to enable or disable the boost feature on
88 (The --boost option is an alias for the --turbo-boost option)
90 This option takes as parameter either \fB1\fP to enable, or \fB0\fP to disable the feature.
95 cpupower-info(1), cpupower-monitor(1), powertop(1)
99 \-\-perf\-bias parts written by Len Brown <len.brown@intel.com>