summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm
diff options
context:
space:
mode:
authorKenneth Feng <kenneth.feng@amd.com>2024-01-31 15:36:12 +0800
committerAlex Deucher <alexander.deucher@amd.com>2024-05-02 16:18:15 -0400
commit3474e02ed5b30c625c1739f10375ef940bb23382 (patch)
treef8ab0aa72139fd05a9188fb4724a4d0800dcd298 /drivers/gpu/drm/amd/pm
parentade887c63394f81de7f363c1fe72fc7e631f1afa (diff)
downloadlinux-3474e02ed5b30c625c1739f10375ef940bb23382.tar.gz
linux-3474e02ed5b30c625c1739f10375ef940bb23382.tar.bz2
linux-3474e02ed5b30c625c1739f10375ef940bb23382.zip
drm/amd/pm: support mode1 reset on smu_v14_0_3
support mode1 reset on smu_v14_0_3 Signed-off-by: Kenneth Feng <kenneth.feng@amd.com> Reviewed-by: Likun Gao <Likun.Gao@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/pm')
-rw-r--r--drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c b/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
index bdf9f8031187..dc0d3a9f1d6d 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
@@ -1845,6 +1845,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(14, 0, 2):
+ case IP_VERSION(14, 0, 3):
return 0;
default:
break;