Skip to content

Commit d39d586

Browse files
zhang-ruilenb
authored andcommitted
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>
1 parent 26c57a1 commit d39d586

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
@@ -1003,6 +1003,7 @@ static const struct platform_data turbostat_pdata[] = {
10031003
{ INTEL_SAPPHIRERAPIDS_X, &spr_features },
10041004
{ INTEL_EMERALDRAPIDS_X, &spr_features },
10051005
{ INTEL_GRANITERAPIDS_X, &spr_features },
1006+
{ INTEL_GRANITERAPIDS_D, &spr_features },
10061007
{ INTEL_LAKEFIELD, &cnl_features },
10071008
{ INTEL_ALDERLAKE, &adl_features },
10081009
{ INTEL_ALDERLAKE_L, &adl_features },

0 commit comments

Comments
 (0)