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 a99d808 commit cae4781Copy full SHA for cae4781
drivers/powercap/intel_rapl_common.c
@@ -978,6 +978,7 @@ static const struct x86_cpu_id rapl_ids[] __initconst = {
978
INTEL_CPU_FAM6(ICELAKE_NNPI, rapl_defaults_core),
979
INTEL_CPU_FAM6(ICELAKE_X, rapl_defaults_hsw_server),
980
INTEL_CPU_FAM6(ICELAKE_D, rapl_defaults_hsw_server),
981
+ INTEL_CPU_FAM6(COMETLAKE_L, rapl_defaults_core),
982
983
INTEL_CPU_FAM6(ATOM_SILVERMONT, rapl_defaults_byt),
984
INTEL_CPU_FAM6(ATOM_AIRMONT, rapl_defaults_cht),
0 commit comments