Skip to content

Commit 161276e

Browse files
committed
powercap: intel_rapl: Add support for Panther Lake platform
JIRA: https://issues.redhat.com/browse/RHEL-47408 commit 85a810f Author: Zhang Rui <[email protected]> Date: Tue Dec 3 15:58:00 2024 +0800 powercap: intel_rapl: Add support for Panther Lake platform Add support for PantherLake platform to the RAPL common driver. Signed-off-by: Zhang Rui <[email protected]> Link: https://patch.msgid.link/[email protected] [ rjw: Subject edit ] Signed-off-by: Rafael J. Wysocki <[email protected]> Signed-off-by: David Arcari <[email protected]>
1 parent b466a59 commit 161276e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/powercap/intel_rapl_common.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,6 +1265,7 @@ static const struct x86_cpu_id rapl_ids[] __initconst = {
12651265
X86_MATCH_VFM(INTEL_SAPPHIRERAPIDS_X, &rapl_defaults_spr_server),
12661266
X86_MATCH_VFM(INTEL_EMERALDRAPIDS_X, &rapl_defaults_spr_server),
12671267
X86_MATCH_VFM(INTEL_LUNARLAKE_M, &rapl_defaults_core),
1268+
X86_MATCH_VFM(INTEL_PANTHERLAKE_L, &rapl_defaults_core),
12681269
X86_MATCH_VFM(INTEL_ARROWLAKE_H, &rapl_defaults_core),
12691270
X86_MATCH_VFM(INTEL_ARROWLAKE, &rapl_defaults_core),
12701271
X86_MATCH_VFM(INTEL_ARROWLAKE_U, &rapl_defaults_core),

0 commit comments

Comments
 (0)