aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/amdgpu_pm.c
diff options
context:
space:
mode:
authorKenneth Feng <[email protected]>2023-08-11 04:25:26 +0000
committerAlex Deucher <[email protected]>2023-09-26 20:54:51 +0000
commitd82758ad4a99bf0b993dd520be6ea87db026d7c7 (patch)
tree78ee9b8665095e838149048b8fe464a6ddec3fa5 /drivers/gpu/drm/amd/pm/amdgpu_pm.c
parentdrm/amd/display: fix some style issues (diff)
downloadkernel-d82758ad4a99bf0b993dd520be6ea87db026d7c7.tar.gz
kernel-d82758ad4a99bf0b993dd520be6ea87db026d7c7.zip
drm/amd/pm: add unique_id for gc 11.0.3
add unique_id for gc 11.0.3 Signed-off-by: Kenneth Feng <[email protected]> Reviewed-by: Feifei Xu <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
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: