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