summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
diff options
context:
space:
mode:
authorLijo Lazar <lijo.lazar@amd.com>2021-01-11 13:51:52 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-03-23 22:57:25 -0400
commit701db6756ca938b860afb12e0d854f8fc557d98b (patch)
treebe328c60126c863b9f07e3fff81024d72e7155e5 /drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
parent48a6379a23005772e3d02e887e4d40300324d366 (diff)
downloadlinux-stable-701db6756ca938b860afb12e0d854f8fc557d98b.tar.gz
linux-stable-701db6756ca938b860afb12e0d854f8fc557d98b.tar.bz2
linux-stable-701db6756ca938b860afb12e0d854f8fc557d98b.zip
drm/amdgpu/pm: Remove unsupported MP1 messages from aldebaran
PrepareMp1Reset and SoftReset messages are not supported on aldebaran. Signed-off-by: Lijo Lazar <lijo.lazar@amd.com> Reviewed-by: Feifei Xu <Feifei.Xu@amd.com> Reviewed-by: Kevin Wang <kevin1.wang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c')
-rw-r--r--drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c b/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
index 21492ab4c9ac..9f2482870353 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
@@ -1921,9 +1921,6 @@ int smu_set_mp1_state(void *handle,
msg = SMU_MSG_PrepareMp1ForUnload;
break;
case PP_MP1_STATE_RESET:
- /*TODO: since the SMU_MSG_PrepareMp1ForReset is retired in Aldebaran
- * Add handling here forAldebaran.
- */
msg = SMU_MSG_PrepareMp1ForReset;
break;
case PP_MP1_STATE_NONE: