Skip to content

Commit 9b1c2ec

Browse files
zhang-ruilenb
authored andcommitted
tools/power turbostat: Add support for RPL-S
Add turbostat support for RAPTORLAKE_S platform, which behaves the same as RAPTORLAKE and RAPTORLAKE_P platforms. RPL-S 601/801 have different CPU ID than the Hybrid ADL-S platforms. Signed-off-by: Zhang Rui <[email protected]> Signed-off-by: Len Brown <[email protected]>
1 parent 4fe89d0 commit 9b1c2ec

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
@@ -5447,6 +5447,7 @@ unsigned int intel_model_duplicates(unsigned int model)
54475447
case INTEL_FAM6_ALDERLAKE_N:
54485448
case INTEL_FAM6_RAPTORLAKE:
54495449
case INTEL_FAM6_RAPTORLAKE_P:
5450+
case INTEL_FAM6_RAPTORLAKE_S:
54505451
return INTEL_FAM6_CANNONLAKE_L;
54515452

54525453
case INTEL_FAM6_ATOM_TREMONT_L:

0 commit comments

Comments
 (0)