amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: "Lazar, Lijo" <lijo.lazar@amd.com>
To: "Jesse.Zhang" <Jesse.Zhang@amd.com>, amd-gfx@lists.freedesktop.org
Cc: Alexander.Deucher@amd.com, Christian Koenig <christian.koenig@amd.com>
Subject: Re: [PATCH v] drm/amd/pm: Enable VCN reset for pgm=4 with appropriate FW version
Date: Thu, 19 Mar 2026 19:22:15 +0530	[thread overview]
Message-ID: <5f6a5b42-3eea-4002-810c-882471940feb@amd.com> (raw)
In-Reply-To: <20260319104529.3254-1-Jesse.Zhang@amd.com>



On 19-Mar-26 4:15 PM, Jesse.Zhang wrote:
> Extend the VCN reset capability to include pgm=4 variants when the
> firmware version meets the required threshold (>= 0x04557100). This
> follows the existing pattern for pgm=0 and pgm=7, ensuring that VCN
> reset is enabled only on configurations where it is supported by the
> firmware.
> 
> Signed-off-by: Jesse Zhang <jesse.zhang@amd.com>

Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>

Thanks,
Lijo

> ---
>   drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
> index 5b9580034641..deb8f827abcc 100644
> --- a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
> +++ b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
> @@ -461,6 +461,7 @@ static void smu_v13_0_6_init_caps(struct smu_context *smu)
>   		smu_v13_0_6_cap_set(smu, SMU_CAP(SDMA_RESET));
>   
>   	if ((pgm == 0 && fw_ver >= 0x00558200) ||
> +	    (pgm == 4 && fw_ver >= 0x04557100) ||
>   	    (pgm == 7 && fw_ver >= 0x07551400))
>   		smu_v13_0_6_cap_set(smu, SMU_CAP(VCN_RESET));
>   }


      parent reply	other threads:[~2026-03-19 13:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-19 10:45 [PATCH v] drm/amd/pm: Enable VCN reset for pgm=4 with appropriate FW version Jesse.Zhang
2026-03-19 13:14 ` Alex Deucher
2026-03-19 13:52 ` Lazar, Lijo [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=5f6a5b42-3eea-4002-810c-882471940feb@amd.com \
    --to=lijo.lazar@amd.com \
    --cc=Alexander.Deucher@amd.com \
    --cc=Jesse.Zhang@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=christian.koenig@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;
as well as URLs for NNTP newsgroup(s).