mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] cpufreq: intel_pstate: Update Arrow Lake hybrid scaling factor
@ 2024-06-18  5:52 Srinivas Pandruvada
  2024-06-18  5:52 ` [PATCH 2/2] cpufreq: intel_pstate: Update Lunar " Srinivas Pandruvada
  2024-06-19 19:16 ` [PATCH 1/2] cpufreq: intel_pstate: Update Arrow " Rafael J. Wysocki
  0 siblings, 2 replies; 3+ messages in thread
From: Srinivas Pandruvada @ 2024-06-18  5:52 UTC (permalink / raw)
  To: rafael, viresh.kumar; +Cc: linux-pm, linux-kernel, Srinivas Pandruvada

Arrow Lake uses the same scaling factor as Meteor Lake, so reuse the
same scaling factor.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
---
 drivers/cpufreq/intel_pstate.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
index 3dc9b82c43af..72d9e60369e0 100644
--- a/drivers/cpufreq/intel_pstate.c
+++ b/drivers/cpufreq/intel_pstate.c
@@ -3401,6 +3401,7 @@ static const struct x86_cpu_id intel_epp_default[] = {
 
 static const struct x86_cpu_id intel_hybrid_scaling_factor[] = {
 	X86_MATCH_VFM(INTEL_METEORLAKE_L, HYBRID_SCALING_FACTOR_MTL),
+	X86_MATCH_VFM(INTEL_ARROWLAKE, HYBRID_SCALING_FACTOR_MTL),
 	{}
 };
 
-- 
2.44.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-19 19:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-18  5:52 [PATCH 1/2] cpufreq: intel_pstate: Update Arrow Lake hybrid scaling factor Srinivas Pandruvada
2024-06-18  5:52 ` [PATCH 2/2] cpufreq: intel_pstate: Update Lunar " Srinivas Pandruvada
2024-06-19 19:16 ` [PATCH 1/2] cpufreq: intel_pstate: Update Arrow " Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®