From: "Sworo, George D" <george.d.sworo@intel.com>
To: "Zhang, Rui" <rui.zhang@intel.com>,
"srinivas.pandruvada@linux.intel.com"
<srinivas.pandruvada@linux.intel.com>,
"Pawnikar, Sumeet R" <sumeet.r.pawnikar@intel.com>,
"rafael@kernel.org" <rafael@kernel.org>
Cc: "linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>
Subject: Re: [PATCH] powercap: intel_rapl: Add support for RAPTORLAKE_P
Date: Tue, 21 Jun 2022 19:22:09 +0000 [thread overview]
Message-ID: <2883de49cd4a8698c8c3cd3104daa9fbbb3300cd.camel@intel.com> (raw)
In-Reply-To: <CY4PR1101MB2184428049D89C064419CE8FBBB39@CY4PR1101MB2184.namprd11.prod.outlook.com>
On Tue, 2022-06-21 at 14:49 +0000, Pawnikar, Sumeet R wrote:
> > -----Original Message-----
> > From: Sworo, George D <george.d.sworo@intel.com>
> > Sent: Friday, June 10, 2022 9:02 AM
> > To: Zhang, Rui <rui.zhang@intel.com>;
> > srinivas.pandruvada@linux.intel.com;
> > rafael@kernel.org
> > Cc: linux-pm@vger.kernel.org
> > Subject: Re: [PATCH] powercap: intel_rapl: Add support for
> > RAPTORLAKE_P
> >
> > On Fri, 2022-06-10 at 10:26 +0800, Zhang Rui wrote:
> > > On Thu, 2022-06-09 at 20:55 +0200, Rafael J. Wysocki wrote:
> > > > Rui, Srinivas, should I take this one?
> > >
> > > Sorry that I missed this one.
> > >
> > > George,
> > >
> > > Have this patch been tested yet?
> > yes. This is tested on RPL SOC. Thanks
> > > I have the same patch internally, it should work but I haven't
> > > got
> > > chance to test it yet.
> > >
> > > thanks,
> > > rui
> > > > On Wed, Jun 1, 2022 at 9:22 PM <george.d.sworo@intel.com>
> > > > wrote:
> > > > > From: George D Sworo <george.d.sworo@intel.com>
> > > > >
> > > > > Add RAPTORLAKE_P to the list of supported processor model in
> > > > > the
> > > > > Intel
> > > > >
> > > > > RAPL power capping driver.
> > > > >
> > > > > Signed-off-by: George D Sworo <george.d.sworo@intel.com>
>
> Hi George,
> Thank you for this patch.
> I have tested this on Raptor Lake system and it works.
>
> Tested-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com>
>
> Thanks,
> Sumeet.
>
Thanks Sumeet for confirming!
@Rafael, let me know if you have further comments
> > > > > ---
> > > > > drivers/powercap/intel_rapl_common.c | 1 +
> > > > > 1 file changed, 1 insertion(+)
> > > > >
> > > > > diff --git a/drivers/powercap/intel_rapl_common.c
> > > > > b/drivers/powercap/intel_rapl_common.c
> > > > > index a9c99d9e8b42..21d624f9f5fb 100644
> > > > > --- a/drivers/powercap/intel_rapl_common.c
> > > > > +++ b/drivers/powercap/intel_rapl_common.c
> > > > > @@ -1109,6 +1109,7 @@ static const struct x86_cpu_id
> > > > > rapl_ids[]
> > > > > __initconst = {
> > > > > X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE_L, &rapl
> > > > > _def
> > > > > au
> > > > > lts_core),
> > > > > X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE_N, &rapl
> > > > > _def
> > > > > au
> > > > > lts_core),
> > > > > X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE, &rapl
> > > > > _def
> > > > > au
> > > > > lts_core),
> > > > > + X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_P, &rapl
> > > > > _def
> > > > > au
> > > > > lts_core),
> > > > > X86_MATCH_INTEL_FAM6_MODEL(SAPPHIRERAPIDS_X, &rapl
> > > > > _def
> > > > > au
> > > > > lts_spr_server),
> > > > > X86_MATCH_INTEL_FAM6_MODEL(LAKEFIELD, &rapl
> > > > > _def
> > > > > au
> > > > > lts_core),
> > > > >
> > > > > --
> > > > > 2.17.1
> > > > >
next prev parent reply other threads:[~2022-06-21 19:22 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-01 19:22 [PATCH] powercap: intel_rapl: Add support for RAPTORLAKE_P george.d.sworo
2022-06-09 18:55 ` Rafael J. Wysocki
2022-06-09 21:02 ` srinivas pandruvada
2022-06-09 21:47 ` Sworo, George D
2022-06-09 22:10 ` srinivas pandruvada
2022-06-10 2:26 ` Zhang Rui
2022-06-10 2:32 ` Zhang Rui
2022-06-10 3:31 ` Sworo, George D
2022-06-21 14:49 ` Pawnikar, Sumeet R
2022-06-21 19:22 ` Sworo, George D [this message]
2022-07-05 19:01 ` Rafael J. Wysocki
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=2883de49cd4a8698c8c3cd3104daa9fbbb3300cd.camel@intel.com \
--to=george.d.sworo@intel.com \
--cc=linux-pm@vger.kernel.org \
--cc=rafael@kernel.org \
--cc=rui.zhang@intel.com \
--cc=srinivas.pandruvada@linux.intel.com \
--cc=sumeet.r.pawnikar@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.