cpufreq: amd-pstate: Merge amd_pstate_highest_perf_set() into amd_get_boost_ratio_num...
authorMario Limonciello <mario.limonciello@amd.com>
Mon, 26 Aug 2024 21:13:56 +0000 (16:13 -0500)
committerMario Limonciello <mario.limonciello@amd.com>
Wed, 11 Sep 2024 15:23:23 +0000 (10:23 -0500)
commitad4caad58d91d3293880f8074f7ad125490ce636
tree542a15e58468c0cfb284ad2b36d0f0b602572157
parent279f838a61f96cbfeb1f9ba060e4a452e6e041d0
cpufreq: amd-pstate: Merge amd_pstate_highest_perf_set() into amd_get_boost_ratio_numerator()

The special case in amd_pstate_highest_perf_set() is the value used
for calculating the boost numerator.  Merge this into
amd_get_boost_ratio_numerator() and then use that to calculate boost
ratio.

This allows dropping more special casing of the highest perf value.

Reviewed-by: Gautham R. Shenoy <gautham.shenoy@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Documentation/admin-guide/pm/amd-pstate.rst
arch/x86/kernel/acpi/cppc.c
drivers/cpufreq/amd-pstate.c