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 b466a59 commit 161276eCopy full SHA for 161276e
drivers/powercap/intel_rapl_common.c
@@ -1265,6 +1265,7 @@ static const struct x86_cpu_id rapl_ids[] __initconst = {
1265
X86_MATCH_VFM(INTEL_SAPPHIRERAPIDS_X, &rapl_defaults_spr_server),
1266
X86_MATCH_VFM(INTEL_EMERALDRAPIDS_X, &rapl_defaults_spr_server),
1267
X86_MATCH_VFM(INTEL_LUNARLAKE_M, &rapl_defaults_core),
1268
+ X86_MATCH_VFM(INTEL_PANTHERLAKE_L, &rapl_defaults_core),
1269
X86_MATCH_VFM(INTEL_ARROWLAKE_H, &rapl_defaults_core),
1270
X86_MATCH_VFM(INTEL_ARROWLAKE, &rapl_defaults_core),
1271
X86_MATCH_VFM(INTEL_ARROWLAKE_U, &rapl_defaults_core),
0 commit comments