Skip to content

Commit d583a28

Browse files
committed
powercap: intel_rapl: Add support for Bartlett Lake platform
JIRA: https://issues.redhat.com/browse/RHEL-110835 commit 82a7021 Author: Qiao Wei <[email protected]> Date: Thu Jun 12 15:06:13 2025 +0800 powercap: intel_rapl: Add support for Bartlett Lake platform Add Bartlett Lake to the list of supported processors in the RAPL common driver. Acked-by: Zhang Rui <[email protected]> Signed-off-by: Qiao Wei <[email protected]> [ rjw: Changelog edits ] Signed-off-by: Rafael J. Wysocki <[email protected]> Signed-off-by: Steve Best <[email protected]>
1 parent 88ca303 commit d583a28

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
@@ -1276,6 +1276,7 @@ static const struct x86_cpu_id rapl_ids[] __initconst = {
12761276
X86_MATCH_VFM(INTEL_RAPTORLAKE, &rapl_defaults_core),
12771277
X86_MATCH_VFM(INTEL_RAPTORLAKE_P, &rapl_defaults_core),
12781278
X86_MATCH_VFM(INTEL_RAPTORLAKE_S, &rapl_defaults_core),
1279+
X86_MATCH_VFM(INTEL_BARTLETTLAKE, &rapl_defaults_core),
12791280
X86_MATCH_VFM(INTEL_METEORLAKE, &rapl_defaults_core),
12801281
X86_MATCH_VFM(INTEL_METEORLAKE_L, &rapl_defaults_core),
12811282
X86_MATCH_VFM(INTEL_SAPPHIRERAPIDS_X, &rapl_defaults_spr_server),

0 commit comments

Comments
 (0)