* [PATCH] tools/power turbostat: Introduce support for EMR
@ 2023-01-04 14:23 Zhang Rui
2023-01-11 16:29 ` Artem Bityutskiy
0 siblings, 1 reply; 3+ messages in thread
From: Zhang Rui @ 2023-01-04 14:23 UTC (permalink / raw)
To: linux-pm, rafael.j.wysocki, len.brown; +Cc: artem.bityutskiy
Introduce support for EMR.
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
---
tools/power/x86/turbostat/turbostat.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c
index aba460410dbd..5073e5cdfec5 100644
--- a/tools/power/x86/turbostat/turbostat.c
+++ b/tools/power/x86/turbostat/turbostat.c
@@ -5463,6 +5463,9 @@ unsigned int intel_model_duplicates(unsigned int model)
case INTEL_FAM6_ICELAKE_D:
return INTEL_FAM6_ICELAKE_X;
+
+ case INTEL_FAM6_EMERALDRAPIDS_X:
+ return INTEL_FAM6_SAPPHIRERAPIDS_X;
}
return model;
}
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] tools/power turbostat: Introduce support for EMR
2023-01-04 14:23 [PATCH] tools/power turbostat: Introduce support for EMR Zhang Rui
@ 2023-01-11 16:29 ` Artem Bityutskiy
2023-01-20 9:20 ` Artem Bityutskiy
0 siblings, 1 reply; 3+ messages in thread
From: Artem Bityutskiy @ 2023-01-11 16:29 UTC (permalink / raw)
To: Zhang Rui, linux-pm, rafael.j.wysocki, len.brown
Reviewed-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
On Wed, 2023-01-04 at 22:23 +0800, Zhang Rui wrote:
> Introduce support for EMR.
>
> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
> ---
> tools/power/x86/turbostat/turbostat.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/tools/power/x86/turbostat/turbostat.c
> b/tools/power/x86/turbostat/turbostat.c
> index aba460410dbd..5073e5cdfec5 100644
> --- a/tools/power/x86/turbostat/turbostat.c
> +++ b/tools/power/x86/turbostat/turbostat.c
> @@ -5463,6 +5463,9 @@ unsigned int intel_model_duplicates(unsigned int model)
>
> case INTEL_FAM6_ICELAKE_D:
> return INTEL_FAM6_ICELAKE_X;
> +
> + case INTEL_FAM6_EMERALDRAPIDS_X:
> + return INTEL_FAM6_SAPPHIRERAPIDS_X;
> }
> return model;
> }
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-01-20 9:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-04 14:23 [PATCH] tools/power turbostat: Introduce support for EMR Zhang Rui
2023-01-11 16:29 ` Artem Bityutskiy
2023-01-20 9:20 ` Artem Bityutskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).