[PATCH 2/2] drm/amd/pm: drop unneeded dpm features disablement for SMU 13.0.4/11
Alex Deucher
alexdeucher at gmail.com
Fri Jan 20 16:35:28 UTC 2023
Series is:
Acked-by: Alex Deucher <alexander.deucher at amd.com>
On Fri, Jan 20, 2023 at 11:29 AM Tim Huang <tim.huang at amd.com> wrote:
>
> PMFW will handle that properly. Driver involvement may cause some
> unexpected issues.
>
> Signed-off-by: Tim Huang <tim.huang at amd.com>
> ---
> drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c b/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
> index ec52830dde24..800eb5ad1dcb 100644
> --- a/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
> +++ b/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
> @@ -1448,6 +1448,8 @@ static int smu_disable_dpms(struct smu_context *smu)
> case IP_VERSION(13, 0, 0):
> case IP_VERSION(13, 0, 7):
> case IP_VERSION(13, 0, 10):
> + case IP_VERSION(13, 0, 4):
> + case IP_VERSION(13, 0, 11):
> return 0;
> default:
> break;
> --
> 2.25.1
>
More information about the amd-gfx
mailing list