OSDN Git Service

cpupower: Add the function to check AMD P-State enabled
authorHuang Rui <ray.huang@amd.com>
Tue, 22 Feb 2022 15:34:18 +0000 (23:34 +0800)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 23 Feb 2022 01:36:32 +0000 (18:36 -0700)
commit46c273a0958274f1e1e69f3540ae827a92e0660f
tree47dfc4b60693250f3330a02e402ed4882df21648
parentc8be60c12041145e663249af261286d402b4c5e3
cpupower: Add the function to check AMD P-State enabled

The processor with AMD P-State function also supports legacy ACPI
hardware P-States feature as well. Once driver sets AMD P-State eanbled,
the processor will respond the finer grain AMD P-State feature instead of
legacy ACPI P-States. So it introduces the cpupower_amd_pstate_enabled()
to check whether the current kernel enables AMD P-State or AMD CPUFreq
module.

Reviewed-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/power/cpupower/utils/helpers/helpers.h
tools/power/cpupower/utils/helpers/misc.c