diff options
author | 2024-12-03 15:44:18 +0800 | |
---|---|---|
committer | 2024-12-03 16:00:35 -0500 | |
commit | 6b47ed23e2f1bc2c177da47437970e6208ac9ea0 (patch) | |
tree | 55a5bd7a79a58f3f663abfef96492a8c50ab23dc | |
parent | tools/power turbostat: Add initial support for PantherLake (diff) | |
download | wireguard-linux-6b47ed23e2f1bc2c177da47437970e6208ac9ea0.tar.xz wireguard-linux-6b47ed23e2f1bc2c177da47437970e6208ac9ea0.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | tools/power/x86/turbostat/turbostat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c index 540336138ce9..e203f109dd2e 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c @@ -1037,6 +1037,7 @@ static const struct platform_data turbostat_pdata[] = { { INTEL_ATOM_GRACEMONT, &adl_features }, { INTEL_ATOM_CRESTMONT_X, &srf_features }, { INTEL_ATOM_CRESTMONT, &grr_features }, + { INTEL_ATOM_DARKMONT_X, &srf_features }, { INTEL_XEON_PHI_KNL, &knl_features }, { INTEL_XEON_PHI_KNM, &knl_features }, /* |