Skip to content

Commit

Permalink
tools/power turbostat: Support Alder Lake Mobile
Browse files Browse the repository at this point in the history
Share the code between Alder Lake Mobile and Alder Lake Desktop.

Signed-off-by: Chen Yu <[email protected]>
Signed-off-by: Len Brown <[email protected]>
  • Loading branch information
yu-chen-surf authored and lenb committed May 4, 2021
1 parent ed0757b commit 5683460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/power/x86/turbostat/turbostat.c
Original file line number Diff line number Diff line change
Expand Up @@ -5056,6 +5056,7 @@ unsigned int intel_model_duplicates(unsigned int model)
case INTEL_FAM6_ROCKETLAKE:
case INTEL_FAM6_LAKEFIELD:
case INTEL_FAM6_ALDERLAKE:
case INTEL_FAM6_ALDERLAKE_L:
return INTEL_FAM6_CANNONLAKE_L;

case INTEL_FAM6_ATOM_TREMONT_L:
Expand Down

0 comments on commit 5683460

Please sign in to comment.