Skip to content

Commit 4d5bda5

Browse files
committed
Merge: cpufreq: intel_pstate: Update Meteor Lake EPPs and Use Meteor Lake EPPs for Arrow Lake
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/5221 Description: cpufreq: intel_pstate: Update Meteor Lake EPPs and Use Meteor Lake EPPs for Arrow Lake JIRA: https://issues.redhat.com/browse/RHEL-58617 Build Info: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=64275665 Tested: Successful platform test results on Intel (intel-meteorlake-p-s-01) system. Signed-off-by: Steve Best <[email protected]> Approved-by: Tony Camuso <[email protected]> Approved-by: David Arcari <[email protected]> Approved-by: CKI KWF Bot <[email protected]> Merged-by: Rado Vrbovsky <[email protected]>
2 parents 997c5ee + 888e573 commit 4d5bda5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

drivers/cpufreq/intel_pstate.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3389,7 +3389,9 @@ static const struct x86_cpu_id intel_epp_default[] = {
33893389
X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE_L, HWP_SET_DEF_BALANCE_PERF_EPP(102)),
33903390
X86_MATCH_INTEL_FAM6_MODEL(SAPPHIRERAPIDS_X, HWP_SET_DEF_BALANCE_PERF_EPP(32)),
33913391
X86_MATCH_INTEL_FAM6_MODEL(METEORLAKE_L, HWP_SET_EPP_VALUES(HWP_EPP_POWERSAVE,
3392-
HWP_EPP_BALANCE_POWERSAVE, 115, 16)),
3392+
179, 64, 16)),
3393+
X86_MATCH_VFM(INTEL_ARROWLAKE, HWP_SET_EPP_VALUES(HWP_EPP_POWERSAVE,
3394+
179, 64, 16)),
33933395
{}
33943396
};
33953397

0 commit comments

Comments
 (0)