aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/intel_pstate.c
diff options
context:
space:
mode:
authorGravatar Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> 2024-02-19 18:26:07 -0800
committerGravatar Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2024-02-24 15:02:33 +0100
commit1f4b7fdd71e066aa7c01e3e26ceeb39b47dd5461 (patch)
treec63f2dccff4ce2fb4366896d5ea8ac5215a02e1d /drivers/cpufreq/intel_pstate.c
parentcpufreq: intel_pstate: Allow model specific EPPs (diff)
downloadlinux-1f4b7fdd71e066aa7c01e3e26ceeb39b47dd5461.tar.gz
linux-1f4b7fdd71e066aa7c01e3e26ceeb39b47dd5461.tar.bz2
linux-1f4b7fdd71e066aa7c01e3e26ceeb39b47dd5461.zip
cpufreq: intel_pstate: Update default EPPs for Meteor Lake
Update default balanced_performance EPP to 115 and performance EPP to 16. Changing the balanced_performance EPP has better performance/watt compared to default powerup EPP value of 128. Changing the performance EPP to 0x10 shows reduced power for similar performance as EPP 0. On small form factor devices this is beneficial as lower power results in lower CPU and skin temperature. This results in reduced thermal throttling and higher performance. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq/intel_pstate.c')
-rw-r--r--drivers/cpufreq/intel_pstate.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
index 001f6d95453e..4d2a1aed6c39 100644
--- a/drivers/cpufreq/intel_pstate.c
+++ b/drivers/cpufreq/intel_pstate.c
@@ -3425,6 +3425,8 @@ static const struct x86_cpu_id intel_epp_default[] = {
*/
X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE_L, HWP_SET_DEF_BALANCE_PERF_EPP(102)),
X86_MATCH_INTEL_FAM6_MODEL(SAPPHIRERAPIDS_X, HWP_SET_DEF_BALANCE_PERF_EPP(32)),
+ X86_MATCH_INTEL_FAM6_MODEL(METEORLAKE_L, HWP_SET_EPP_VALUES(HWP_EPP_POWERSAVE,
+ HWP_EPP_BALANCE_POWERSAVE, 115, 16)),
{}
};