Skip to content

Commit afc6a5b

Browse files
zhang-ruirafaeljw
authored andcommitted
powercap: intel_rapl_msr: Add PL4 support for Panther Lake
Add Panther Lake to the list of processors where PL4 is supported. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Link: https://patch.msgid.link/20250625020522.253548-1-rui.zhang@intel.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 9642092 commit afc6a5b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/powercap/intel_rapl_msr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ static const struct x86_cpu_id pl4_support_ids[] = {
150150
X86_MATCH_VFM(INTEL_METEORLAKE_L, NULL),
151151
X86_MATCH_VFM(INTEL_ARROWLAKE_U, NULL),
152152
X86_MATCH_VFM(INTEL_ARROWLAKE_H, NULL),
153+
X86_MATCH_VFM(INTEL_PANTHERLAKE_L, NULL),
153154
{}
154155
};
155156

0 commit comments

Comments
 (0)