drm/amd/pm: add unique_id for gc 11.0.3
authorKenneth Feng <kenneth.feng@amd.com>
Fri, 11 Aug 2023 04:25:26 +0000 (12:25 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 5 Oct 2023 02:36:06 +0000 (22:36 -0400)
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>
drivers/gpu/drm/amd/pm/amdgpu_pm.c

index 41147da..8bb2da1 100644 (file)
@@ -2040,6 +2040,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: