Skip to content

Commit 8453061

Browse files
kaushlengregkh
authored andcommitted
powercap: intel_rapl: Add support for Nova Lake processors
commit 58075ae upstream. Add RAPL support for Intel Nova Lake and Nova Lake L processors using the core defaults configuration. Signed-off-by: Kaushlendra Kumar <kaushlendra.kumar@intel.com> [ rjw: Subject and changelog edits, rebase ] Link: https://patch.msgid.link/20251028101814.3482508-1-kaushlendra.kumar@intel.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 77aa0f5 commit 8453061

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/powercap/intel_rapl_common.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,6 +1285,8 @@ static const struct x86_cpu_id rapl_ids[] __initconst = {
12851285
X86_MATCH_VFM(INTEL_LUNARLAKE_M, &rapl_defaults_core),
12861286
X86_MATCH_VFM(INTEL_PANTHERLAKE_L, &rapl_defaults_core),
12871287
X86_MATCH_VFM(INTEL_WILDCATLAKE_L, &rapl_defaults_core),
1288+
X86_MATCH_VFM(INTEL_NOVALAKE, &rapl_defaults_core),
1289+
X86_MATCH_VFM(INTEL_NOVALAKE_L, &rapl_defaults_core),
12881290
X86_MATCH_VFM(INTEL_ARROWLAKE_H, &rapl_defaults_core),
12891291
X86_MATCH_VFM(INTEL_ARROWLAKE, &rapl_defaults_core),
12901292
X86_MATCH_VFM(INTEL_ARROWLAKE_U, &rapl_defaults_core),

drivers/powercap/intel_rapl_msr.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ static const struct x86_cpu_id pl4_support_ids[] = {
152152
X86_MATCH_VFM(INTEL_ARROWLAKE_H, NULL),
153153
X86_MATCH_VFM(INTEL_PANTHERLAKE_L, NULL),
154154
X86_MATCH_VFM(INTEL_WILDCATLAKE_L, NULL),
155+
X86_MATCH_VFM(INTEL_NOVALAKE, NULL),
156+
X86_MATCH_VFM(INTEL_NOVALAKE_L, NULL),
155157
{}
156158
};
157159

0 commit comments

Comments
 (0)