We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c30b13 commit ede951cCopy full SHA for ede951c
drivers/cpufreq/intel_pstate.c
@@ -300,6 +300,7 @@ static struct cpufreq_driver *intel_pstate_driver __read_mostly;
300
301
#define HYBRID_SCALING_FACTOR 78741
302
#define HYBRID_SCALING_FACTOR_MTL 80000
303
+#define HYBRID_SCALING_FACTOR_LNL 86957
304
305
static int hybrid_scaling_factor = HYBRID_SCALING_FACTOR;
306
@@ -3402,6 +3403,7 @@ static const struct x86_cpu_id intel_epp_default[] = {
3402
3403
static const struct x86_cpu_id intel_hybrid_scaling_factor[] = {
3404
X86_MATCH_VFM(INTEL_METEORLAKE_L, HYBRID_SCALING_FACTOR_MTL),
3405
X86_MATCH_VFM(INTEL_ARROWLAKE, HYBRID_SCALING_FACTOR_MTL),
3406
+ X86_MATCH_VFM(INTEL_LUNARLAKE_M, HYBRID_SCALING_FACTOR_LNL),
3407
{}
3408
};
3409
0 commit comments