Skip to content
Commit eb426fc6 authored by Wyes Karny's avatar Wyes Karny Committed by Shuah Khan
Browse files

cpupower: Add turbo-boost support in cpupower



If boost sysfs (/sys/devices/system/cpu/cpufreq/boost) file is present
turbo-boost is feature is supported in the hardware. By default this
feature should be enabled. But to disable/enable it write to the sysfs
file. Use the same to control this feature via cpupower.

To enable:
cpupower set --turbo-boost 1

To disable:
cpupower set --turbo-boost 0

Acked-by: default avatarHuang Rui <ray.huang@amd.com>
Reviewed-by: default avatarGautham R. Shenoy <gautham.shenoy@amd.com>
Reviewed-by: default avatarMario Limonciello <mario.limonciello@amd.com>
Signed-off-by: default avatarWyes Karny <wyes.karny@amd.com>
Tested-by: default avatarPerry Yuan <Perry.Yuan@amd.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent df8776b0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment