Skip to content

Commit c12a16d

Browse files
committed
tools/power turbostat: Add initial support for GraniteRapids-D
JIRA: https://issues.redhat.com/browse/RHEL-29355 commit d39d586 Author: Zhang Rui <rui.zhang@intel.com> Date: Thu Nov 14 15:59:41 2024 +0800 tools/power turbostat: Add initial support for GraniteRapids-D Add initial support for GraniteRapids-D. It shares the same features with SapphireRapids. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com> Signed-off-by: David Arcari <darcari@redhat.com>
1 parent 2746332 commit c12a16d

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
@@ -997,6 +997,7 @@ static const struct platform_data turbostat_pdata[] = {
997997
{ INTEL_SAPPHIRERAPIDS_X, &spr_features },
998998
{ INTEL_EMERALDRAPIDS_X, &spr_features },
999999
{ INTEL_GRANITERAPIDS_X, &spr_features },
1000+
{ INTEL_GRANITERAPIDS_D, &spr_features },
10001001
{ INTEL_LAKEFIELD, &cnl_features },
10011002
{ INTEL_ALDERLAKE, &adl_features },
10021003
{ INTEL_ALDERLAKE_L, &adl_features },

0 commit comments

Comments
 (0)