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 7b57e7b commit 956dbd3Copy full SHA for 956dbd3
tools/power/x86/turbostat/turbostat.c
@@ -871,6 +871,7 @@ static const struct platform_data turbostat_pdata[] = {
871
{ INTEL_FAM6_METEORLAKE, &cnl_features },
872
{ INTEL_FAM6_METEORLAKE_L, &cnl_features },
873
{ INTEL_FAM6_ARROWLAKE, &cnl_features },
874
+ { INTEL_FAM6_LUNARLAKE_M, &cnl_features },
875
{ INTEL_FAM6_ATOM_SILVERMONT, &slv_features },
876
{ INTEL_FAM6_ATOM_SILVERMONT_D, &slvd_features },
877
{ INTEL_FAM6_ATOM_AIRMONT, &amt_features },
0 commit comments