Skip to content

Commit e2ae789

Browse files
spandruvadarafaeljw
authored andcommitted
cpufreq: intel_pstate: Use Meteor Lake EPPs for Arrow Lake
Use the same default EPPs as Meteor Lake generation. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 8bdab3c commit e2ae789

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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_VFM(INTEL_SAPPHIRERAPIDS_X, HWP_SET_DEF_BALANCE_PERF_EPP(32)),
33893389
X86_MATCH_VFM(INTEL_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)