Skip to content

Commit 6b47ed2

Browse files
zhang-ruilenb
authored andcommitted
tools/power turbostat: Add initial support for ClearwaterForest
Add initial support for ClearwaterForest. It shares the same features with SierraForest. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
1 parent e8a99af commit 6b47ed2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/power/x86/turbostat/turbostat.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,6 +1037,7 @@ static const struct platform_data turbostat_pdata[] = {
10371037
{ INTEL_ATOM_GRACEMONT, &adl_features },
10381038
{ INTEL_ATOM_CRESTMONT_X, &srf_features },
10391039
{ INTEL_ATOM_CRESTMONT, &grr_features },
1040+
{ INTEL_ATOM_DARKMONT_X, &srf_features },
10401041
{ INTEL_XEON_PHI_KNL, &knl_features },
10411042
{ INTEL_XEON_PHI_KNM, &knl_features },
10421043
/*

0 commit comments

Comments
 (0)