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.
2 parents 8635bed + 5948cf4 commit 9428f3fCopy full SHA for 9428f3f
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
@@ -3394,6 +3395,8 @@ static const struct x86_cpu_id intel_epp_default[] = {
3394
3395
3396
static const struct x86_cpu_id intel_hybrid_scaling_factor[] = {
3397
X86_MATCH_INTEL_FAM6_MODEL(METEORLAKE_L, HYBRID_SCALING_FACTOR_MTL),
3398
+ X86_MATCH_VFM(INTEL_ARROWLAKE, HYBRID_SCALING_FACTOR_MTL),
3399
+ X86_MATCH_VFM(INTEL_LUNARLAKE_M, HYBRID_SCALING_FACTOR_LNL),
3400
{}
3401
};
3402
0 commit comments