tools/power/turbostat: Enable MSR_CORE_C1_RES support for ICX

JIRA: https://issues.redhat.com/browse/RHEL-34610

commit bb5db22c13125b38b0740e19c18ae94f8e5a0eb6
Author: Zhang Rui <rui.zhang@intel.com>
Date:   Tue Mar 12 11:19:15 2024 +0800

    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>

Signed-off-by: David Arcari <darcari@redhat.com>
This commit is contained in:
David Arcari 2024-04-26 16:25:34 -04:00
parent 8e53cb8b52
commit 81fe179a5e
1 changed files with 1 additions and 0 deletions

View File

@ -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,