mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 21:02:19 +00:00
tools/power/turbostat: Enable MSR_CORE_C1_RES support for ICX
Enable Core C1 hardware residency counter (MSR_CORE_C1_RES) on ICX. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
17d1ea136b
commit
bb5db22c13
@ -664,6 +664,7 @@ static const struct platform_features icx_features = {
|
||||
.bclk_freq = BCLK_100MHZ,
|
||||
.supported_cstates = CC1 | CC6 | PC2 | PC6,
|
||||
.cst_limit = CST_LIMIT_ICX,
|
||||
.has_msr_core_c1_res = 1,
|
||||
.has_irtl_msrs = 1,
|
||||
.has_cst_prewake_bit = 1,
|
||||
.trl_msrs = TRL_BASE | TRL_CORECOUNT,
|
||||
|
Loading…
Reference in New Issue
Block a user