From: Huang Rui <[email protected]>

Add GC 11.0.1 family support.

Signed-off-by: Huang Rui <[email protected]>
Reviewed-by: Aaron Liu <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
index 3931c1af2b2a..5c6d8a68c540 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
@@ -2135,6 +2135,9 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device 
*adev)
        case IP_VERSION(11, 0, 2):
                adev->family = AMDGPU_FAMILY_GC_11_0_0;
                break;
+       case IP_VERSION(11, 0, 1):
+               adev->family = AMDGPU_FAMILY_GC_11_0_1;
+               break;
        default:
                return -EINVAL;
        }
-- 
2.35.1

Reply via email to