[PATCH 1/2] drm/amd/pm: enable UCLK DS feature for SMU 13.0.0

Alex Deucher alexdeucher at gmail.com
Fri Jun 10 16:06:00 UTC 2022


On Fri, Jun 10, 2022 at 2:26 AM Evan Quan <evan.quan at amd.com> wrote:
>
> The feature is ready with latest PMFW and IFWI.
>
> Signed-off-by: Evan Quan <evan.quan at amd.com>

Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

> Change-Id: I0b1ea6a32bc092eec4b95118a1442597688ee8d0
> ---
>  drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c
> index fda89e309b07..495713e4ebd4 100644
> --- a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c
> +++ b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c
> @@ -306,6 +306,8 @@ smu_v13_0_0_get_allowed_feature_mask(struct smu_context *smu,
>
>         *(uint64_t *)feature_mask |= FEATURE_MASK(FEATURE_FW_CTF_BIT);
>
> +       *(uint64_t *)feature_mask |= FEATURE_MASK(FEATURE_DS_UCLK_BIT);
> +
>         return 0;
>  }
>
> --
> 2.29.0
>


More information about the amd-gfx mailing list