Ping on this series.

Alex

On Fri, Mar 6, 2026 at 9:34 AM Alex Deucher <[email protected]> wrote:
>
> They need a similar workaround.
>
> Link: https://gitlab.freedesktop.org/drm/amd/-/issues/1839
> Signed-off-by: Alex Deucher <[email protected]>
> ---
>  drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c 
> b/drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c
> index 07d2ee67dcbc3..c2b1383c7db71 100644
> --- a/drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c
> +++ b/drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c
> @@ -3455,9 +3455,11 @@ static void si_apply_state_adjust_rules(struct 
> amdgpu_device *adev,
>         if (adev->asic_type == CHIP_HAINAN) {
>                 if ((adev->pdev->revision == 0x81) ||
>                     (adev->pdev->revision == 0xC3) ||
> +                   (adev->pdev->device == 0x6660) ||
>                     (adev->pdev->device == 0x6664) ||
>                     (adev->pdev->device == 0x6665) ||
> -                   (adev->pdev->device == 0x6667)) {
> +                   (adev->pdev->device == 0x6667) ||
> +                   (adev->pdev->device == 0x666F)) {
>                         max_sclk = 75000;
>                 }
>                 if ((adev->pdev->revision == 0xC3) ||
> --
> 2.53.0
>

Reply via email to