From: "Gautham R. Shenoy" <gautham.shenoy@amd.com>
To: Dhananjay Ugwekar <Dhananjay.Ugwekar@amd.com>, rafael@kernel.org
Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] powercap/intel_rapl: Add support for AMD family 1Ah
Date: Wed, 21 Aug 2024 10:45:02 +0530 [thread overview]
Message-ID: <ZsV31mN9AIJBfCey@BLRRASHENOY1.amd.com> (raw)
In-Reply-To: <877cd4vijs.fsf@BLR-5CG11610CF.amd.com>
Hello Rafael,
On Mon, Jul 29, 2024 at 11:36:15AM +0530, Gautham R.Shenoy wrote:
> Dhananjay Ugwekar <Dhananjay.Ugwekar@amd.com> writes:
>
> > AMD Family 1Ah's RAPL MSRs are identical to Family 19h's,
> > extend Family 19h's support to Family 1Ah.
> >
> > Signed-off-by: Dhananjay Ugwekar <Dhananjay.Ugwekar@amd.com>
>
> Reviewed-by: Gautham R. Shenoy <gautham.shenoy@amd.com>
Could you please consider this for 6.11 ?
--
Thanks and Regards
gautham.
>
> > ---
> > 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 2f24ca764408..1622f1d6aed0 100644
> > --- a/drivers/powercap/intel_rapl_common.c
> > +++ b/drivers/powercap/intel_rapl_common.c
> > @@ -1285,6 +1285,7 @@ static const struct x86_cpu_id rapl_ids[] __initconst = {
> >
> > X86_MATCH_VENDOR_FAM(AMD, 0x17, &rapl_defaults_amd),
> > X86_MATCH_VENDOR_FAM(AMD, 0x19, &rapl_defaults_amd),
> > + X86_MATCH_VENDOR_FAM(AMD, 0x1A, &rapl_defaults_amd),
> > X86_MATCH_VENDOR_FAM(HYGON, 0x18, &rapl_defaults_amd),
> > {}
> > };
> > --
> > 2.34.1
prev parent reply other threads:[~2024-08-21 5:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-19 10:12 [PATCH] powercap/intel_rapl: Add support for AMD family 1Ah Dhananjay Ugwekar
2024-07-29 6:06 ` Gautham R.Shenoy
2024-08-21 5:15 ` Gautham R. Shenoy [this message]
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=ZsV31mN9AIJBfCey@BLRRASHENOY1.amd.com \
--to=gautham.shenoy@amd.com \
--cc=Dhananjay.Ugwekar@amd.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=rafael@kernel.org \
/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.