tools/power/turbostat: Add MSR_CORE_C1_RES support for spr_features

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

commit 0e3f10e6aa97b0134b526ec9cdc3ccdac2239b43
Author: Zhang Rui <rui.zhang@intel.com>
Date:   Thu Oct 19 11:04:33 2023 +0800

    tools/power/turbostat: Add MSR_CORE_C1_RES support for spr_features

    Add MSR_CORE_C1_RES support for spr_features because both Sapphirerapids
    and Emeraldrapids support this MSR.

    Signed-off-by: Zhang Rui <rui.zhang@intel.com>

Signed-off-by: David Arcari <darcari@redhat.com>
This commit is contained in:
David Arcari 2024-01-04 07:29:43 -05:00
parent 74e0b99744
commit 771df3aff7
1 changed files with 1 additions and 0 deletions

View File

@ -667,6 +667,7 @@ static const struct platform_features spr_features = {
.bclk_freq = BCLK_100MHZ,
.supported_cstates = CC1 | CC6 | PC2 | PC6,
.cst_limit = CST_LIMIT_SKX,
.has_msr_core_c1_res = 1,
.has_irtl_msrs = 1,
.has_cst_prewake_bit = 1,
.trl_msrs = TRL_BASE | TRL_CORECOUNT,