From: Kenneth Feng Date: Fri, 11 Aug 2023 04:25:26 +0000 (+0800) Subject: drm/amd/pm: add unique_id for gc 11.0.3 X-Git-Tag: v6.6.7~1782^2~1^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4953856f280b2b606089a72a93a1e9212a3adaca;p=platform%2Fkernel%2Flinux-starfive.git drm/amd/pm: add unique_id for gc 11.0.3 add unique_id for gc 11.0.3 Signed-off-by: Kenneth Feng Reviewed-by: Feifei Xu Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b/drivers/gpu/drm/amd/pm/amdgpu_pm.c index 41147da..8bb2da1 100644 --- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c +++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c @@ -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: