cpufreq/amd-pstate: Stop caching EPPamd-pstate-6.13
commitd5a5ffb569478383313b7a7f302cb662dd02fcfe
authorMario Limonciello <mario.limonciello@amd.com>
Thu, 6 Feb 2025 21:56:59 +0000 (6 15:56 -0600)
committerOleksandr Natalenko <oleksandr@natalenko.name>
Thu, 6 Feb 2025 22:07:09 +0000 (6 23:07 +0100)
tree745786f5161d4031249494a9a558d903a8bd4dc7
parenta9483bad1cf4d7e981c635a6a34b8fd9bd45e1f2
cpufreq/amd-pstate: Stop caching EPP

EPP values are cached in the cpudata structure per CPU. This is needless
though because they are also cached in the CPPC request variable.

Drop the separate cache for EPP values and always reference the CPPC
request variable when needed.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
drivers/cpufreq/amd-pstate.c
drivers/cpufreq/amd-pstate.h