From: "Lazar, Lijo" <lijo.lazar@amd.com>
To: Asad Kamal <asad.kamal@amd.com>, amd-gfx@lists.freedesktop.org
Cc: hawking.zhang@amd.com, le.ma@amd.com, shiwu.zhang@amd.com,
donald.cheung@amd.com, sepehr.khatir@amd.com,
daniel.oliveira@amd.com, charis.poag@amd.com
Subject: Re: [PATCH v2 1/2] drm/amd/pm: Update SMUv13.0.6 PMFW headers
Date: Fri, 15 Mar 2024 14:15:02 +0530 [thread overview]
Message-ID: <deec30eb-4745-47a6-9085-70f2fdfa16f0@amd.com> (raw)
In-Reply-To: <20240315074355.3297281-1-asad.kamal@amd.com>
On 3/15/2024 1:13 PM, Asad Kamal wrote:
> Update PMFW interface headers for updated metrics table
> with pcie link speed and pcie link width
>
> Signed-off-by: Asad Kamal <asad.kamal@amd.com>
Series is -
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Thanks,
Lijo
> ---
> drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v13_0_6_pmfw.h | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v13_0_6_pmfw.h b/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v13_0_6_pmfw.h
> index 7b812b9994d7..0b3c2f54a343 100644
> --- a/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v13_0_6_pmfw.h
> +++ b/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v13_0_6_pmfw.h
> @@ -123,7 +123,7 @@ typedef enum {
> VOLTAGE_GUARDBAND_COUNT
> } GFX_GUARDBAND_e;
>
> -#define SMU_METRICS_TABLE_VERSION 0xB
> +#define SMU_METRICS_TABLE_VERSION 0xC
>
> typedef struct __attribute__((packed, aligned(4))) {
> uint32_t AccumulationCounter;
> @@ -223,6 +223,10 @@ typedef struct __attribute__((packed, aligned(4))) {
> // VCN/JPEG ACTIVITY
> uint32_t VcnBusy[4];
> uint32_t JpegBusy[32];
> +
> + // PCIE LINK Speed and width
> + uint32_t PCIeLinkSpeed;
> + uint32_t PCIeLinkWidth;
> } MetricsTableX_t;
>
> typedef struct __attribute__((packed, aligned(4))) {
next prev parent reply other threads:[~2024-03-15 8:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-15 7:43 [PATCH v2 1/2] drm/amd/pm: Update SMUv13.0.6 PMFW headers Asad Kamal
2024-03-15 7:43 ` [PATCH v2 2/2] drm/amd/pm: Use metric table for pcie speed/width Asad Kamal
2024-03-15 8:45 ` Lazar, Lijo [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-09 12:14 [PATCH v2 1/2] drm/amd/pm: Update SMUv13.0.6 PMFW headers Asad Kamal
2023-08-16 12:32 Asad Kamal
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=deec30eb-4745-47a6-9085-70f2fdfa16f0@amd.com \
--to=lijo.lazar@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=asad.kamal@amd.com \
--cc=charis.poag@amd.com \
--cc=daniel.oliveira@amd.com \
--cc=donald.cheung@amd.com \
--cc=hawking.zhang@amd.com \
--cc=le.ma@amd.com \
--cc=sepehr.khatir@amd.com \
--cc=shiwu.zhang@amd.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