Skip to content

Commit 081c543

Browse files
yu-chen-surflenb
authored andcommitted
tools/power turbostat: Support Cometlake
From a turbostat point of view, Cometlake is like Kabylake. Suggested-by: Rui Zhang <[email protected]> Signed-off-by: Chen Yu <[email protected]> Signed-off-by: Len Brown <[email protected]>
1 parent fb33c65 commit 081c543

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/power/x86/turbostat/turbostat.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4610,6 +4610,8 @@ unsigned int intel_model_duplicates(unsigned int model)
46104610
case INTEL_FAM6_SKYLAKE:
46114611
case INTEL_FAM6_KABYLAKE_L:
46124612
case INTEL_FAM6_KABYLAKE:
4613+
case INTEL_FAM6_COMETLAKE_L:
4614+
case INTEL_FAM6_COMETLAKE:
46134615
return INTEL_FAM6_SKYLAKE_L;
46144616

46154617
case INTEL_FAM6_ICELAKE_L:

0 commit comments

Comments
 (0)