From: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
To: Zhang Rui <rui.zhang@intel.com>,
linux-pm@vger.kernel.org, rafael.j.wysocki@intel.com,
len.brown@intel.com
Subject: Re: [PATCH] tools/power turbostat: Introduce support for EMR
Date: Wed, 11 Jan 2023 18:29:20 +0200 [thread overview]
Message-ID: <0b1d39d1ad323ef815f5db133753a990375eb45d.camel@linux.intel.com> (raw)
In-Reply-To: <20230104142353.22871-1-rui.zhang@intel.com>
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;
> }
next prev parent reply other threads:[~2023-01-11 16:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-04 14:23 [PATCH] tools/power turbostat: Introduce support for EMR Zhang Rui
2023-01-11 16:29 ` Artem Bityutskiy [this message]
2023-01-20 9:20 ` Artem Bityutskiy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0b1d39d1ad323ef815f5db133753a990375eb45d.camel@linux.intel.com \
--to=artem.bityutskiy@linux.intel.com \
--cc=len.brown@intel.com \
--cc=linux-pm@vger.kernel.org \
--cc=rafael.j.wysocki@intel.com \
--cc=rui.zhang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).