Skip to content

Commit d7814c3

Browse files
yu-chen-surflenb
authored andcommitted
tools/power turbostat: Support Jasper Lake
Jasper Lake, like Elkhart Lake, uses a Tremont CPU. So reuse the code. Signed-off-by: Chen Yu <[email protected]> Signed-off-by: Len Brown <[email protected]>
1 parent 23274fa commit d7814c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/power/x86/turbostat/turbostat.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4623,6 +4623,9 @@ unsigned int intel_model_duplicates(unsigned int model)
46234623
case INTEL_FAM6_ATOM_TREMONT_D:
46244624
return INTEL_FAM6_ATOM_GOLDMONT_D;
46254625

4626+
case INTEL_FAM6_ATOM_TREMONT_L:
4627+
return INTEL_FAM6_ATOM_TREMONT;
4628+
46264629
case INTEL_FAM6_ICELAKE_X:
46274630
return INTEL_FAM6_SKYLAKE_X;
46284631
}

0 commit comments

Comments
 (0)