Skip to content

Commit 888e573

Browse files
committed
cpufreq: intel_pstate: Use Meteor Lake EPPs for Arrow Lake
JIRA: https://issues.redhat.com/browse/RHEL-58617 commit e2ae789 Author: Srinivas Pandruvada <[email protected]> Date: Thu Jun 6 11:27:48 2024 -0700 cpufreq: intel_pstate: Use Meteor Lake EPPs for Arrow Lake Use the same default EPPs as Meteor Lake generation. Signed-off-by: Srinivas Pandruvada <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]> Signed-off-by: Steve Best <[email protected]>
1 parent b27f4e1 commit 888e573

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/cpufreq/intel_pstate.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3388,6 +3388,8 @@ static const struct x86_cpu_id intel_epp_default[] = {
33883388
X86_MATCH_INTEL_FAM6_MODEL(SAPPHIRERAPIDS_X, HWP_SET_DEF_BALANCE_PERF_EPP(32)),
33893389
X86_MATCH_INTEL_FAM6_MODEL(METEORLAKE_L, HWP_SET_EPP_VALUES(HWP_EPP_POWERSAVE,
33903390
179, 64, 16)),
3391+
X86_MATCH_VFM(INTEL_ARROWLAKE, HWP_SET_EPP_VALUES(HWP_EPP_POWERSAVE,
3392+
179, 64, 16)),
33913393
{}
33923394
};
33933395

0 commit comments

Comments
 (0)