We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ca303 commit d583a28Copy full SHA for d583a28
drivers/powercap/intel_rapl_common.c
@@ -1276,6 +1276,7 @@ static const struct x86_cpu_id rapl_ids[] __initconst = {
1276
X86_MATCH_VFM(INTEL_RAPTORLAKE, &rapl_defaults_core),
1277
X86_MATCH_VFM(INTEL_RAPTORLAKE_P, &rapl_defaults_core),
1278
X86_MATCH_VFM(INTEL_RAPTORLAKE_S, &rapl_defaults_core),
1279
+ X86_MATCH_VFM(INTEL_BARTLETTLAKE, &rapl_defaults_core),
1280
X86_MATCH_VFM(INTEL_METEORLAKE, &rapl_defaults_core),
1281
X86_MATCH_VFM(INTEL_METEORLAKE_L, &rapl_defaults_core),
1282
X86_MATCH_VFM(INTEL_SAPPHIRERAPIDS_X, &rapl_defaults_spr_server),
0 commit comments