diff options
author | Kenneth Feng <kenneth.feng@amd.com> | 2023-08-11 12:25:26 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-09-26 16:54:51 -0400 |
commit | d82758ad4a99bf0b993dd520be6ea87db026d7c7 (patch) | |
tree | 78ee9b8665095e838149048b8fe464a6ddec3fa5 | |
parent | cac9f51d73ba4fa619af0bdc14229cc03b722270 (diff) | |
download | linux-stable-d82758ad4a99bf0b993dd520be6ea87db026d7c7.tar.gz linux-stable-d82758ad4a99bf0b993dd520be6ea87db026d7c7.tar.bz2 linux-stable-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 <kenneth.feng@amd.com>
Reviewed-by: Feifei Xu <Feifei.Xu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/pm/amdgpu_pm.c | 1 |
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: |