Skip to content

Commit ede951c

Browse files
spandruvadarafaeljw
authored andcommitted
cpufreq: intel_pstate: Update Lunar Lake hybrid scaling factor
Change hybrid scaling factor for Lunar Lake. Scaling factor is 1.15 for P-cores compared to E-cores. Signed-off-by: Srinivas Pandruvada <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 6c30b13 commit ede951c

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
@@ -300,6 +300,7 @@ static struct cpufreq_driver *intel_pstate_driver __read_mostly;
300300

301301
#define HYBRID_SCALING_FACTOR 78741
302302
#define HYBRID_SCALING_FACTOR_MTL 80000
303+
#define HYBRID_SCALING_FACTOR_LNL 86957
303304

304305
static int hybrid_scaling_factor = HYBRID_SCALING_FACTOR;
305306

@@ -3402,6 +3403,7 @@ static const struct x86_cpu_id intel_epp_default[] = {
34023403
static const struct x86_cpu_id intel_hybrid_scaling_factor[] = {
34033404
X86_MATCH_VFM(INTEL_METEORLAKE_L, HYBRID_SCALING_FACTOR_MTL),
34043405
X86_MATCH_VFM(INTEL_ARROWLAKE, HYBRID_SCALING_FACTOR_MTL),
3406+
X86_MATCH_VFM(INTEL_LUNARLAKE_M, HYBRID_SCALING_FACTOR_LNL),
34053407
{}
34063408
};
34073409

0 commit comments

Comments
 (0)