summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm/amdgpu_pm.c
diff options
context:
space:
mode:
authorKenneth Feng <kenneth.feng@amd.com>2023-08-11 07:25:26 +0300
committerAlex Deucher <alexander.deucher@amd.com>2023-09-26 23:54:51 +0300
commitd82758ad4a99bf0b993dd520be6ea87db026d7c7 (patch)
tree78ee9b8665095e838149048b8fe464a6ddec3fa5 /drivers/gpu/drm/amd/pm/amdgpu_pm.c
parentcac9f51d73ba4fa619af0bdc14229cc03b722270 (diff)
downloadlinux-d82758ad4a99bf0b993dd520be6ea87db026d7c7.tar.xz
drm/amd/pm: add unique_id for gc 11.0.3
add unique_id for gc 11.0.3 Signed-off-by: Kenneth Feng <kenneth.feng@amd.com> Reviewed-by: Feifei Xu <Feifei.Xu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/amdgpu_pm.c')
-rw-r--r--drivers/gpu/drm/amd/pm/amdgpu_pm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b/drivers/gpu/drm/amd/pm/amdgpu_pm.c
index 2807f3bd9ebe..5f9e3737243e 100644
--- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c
+++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c
@@ -2075,6 +2075,7 @@ static int default_attr_update(struct amdgpu_device *adev, struct amdgpu_device_
case IP_VERSION(11, 0, 0):
case IP_VERSION(11, 0, 1):
case IP_VERSION(11, 0, 2):
+ case IP_VERSION(11, 0, 3):
*states = ATTR_STATE_SUPPORTED;
break;
default: