Skip to content

Commit 6c30b13

Browse files
spandruvadarafaeljw
authored andcommitted
cpufreq: intel_pstate: Update Arrow Lake hybrid scaling factor
Arrow Lake uses the same scaling factor as Meteor Lake, so reuse the same scaling factor. Signed-off-by: Srinivas Pandruvada <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 8e184ac commit 6c30b13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/cpufreq/intel_pstate.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3401,6 +3401,7 @@ static const struct x86_cpu_id intel_epp_default[] = {
34013401

34023402
static const struct x86_cpu_id intel_hybrid_scaling_factor[] = {
34033403
X86_MATCH_VFM(INTEL_METEORLAKE_L, HYBRID_SCALING_FACTOR_MTL),
3404+
X86_MATCH_VFM(INTEL_ARROWLAKE, HYBRID_SCALING_FACTOR_MTL),
34043405
{}
34053406
};
34063407

0 commit comments

Comments
 (0)