tools/power turbostat: Fix DMR support
authorZhang Rui <rui.zhang@intel.com>
Wed, 11 Jun 2025 06:50:26 +0000 (14:50 +0800)
committerLen Brown <len.brown@intel.com>
Sun, 10 Aug 2025 01:24:46 +0000 (21:24 -0400)
commit3a088b07c4f10bf577f4a2392111704195a794ba
treed804fa2e10444fee7750e2cb27ae32afc600a6a5
parentdcd1c379b0f179763956e8596ad99912165a95ec
tools/power turbostat: Fix DMR support

Together with the RAPL MSRs, there are more MSRs gone on DMR, including
PLR (Perf Limit Reasons), and IRTL (Package cstate Interrupt Response
Time Limit) MSRs. The configurable TDP info should also be retrieved
from TPMI based Intel Speed Select Technology feature.

Remove the access of these MSRs for DMR. Improve the DMR platform
feature table to make it more readable at the same time.

Fixes: 83075bd59de2 ("tools/power turbostat: Add initial support for DMR")
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
tools/power/x86/turbostat/turbostat.c