Skip to content

Commit 82a7021

Browse files
Qiao Weirafaeljw
authored andcommitted
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]>
1 parent afc6a5b commit 82a7021

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

0 commit comments

Comments
 (0)