[PATCH] drm/amdgpu: add UMC 8.11.0 support

Alex Deucher alexander.deucher at amd.com
Tue May 3 20:28:48 UTC 2022


From: Flora Cui <flora.cui at amd.com>

Add initial support for UMC 8.11.0.

Reviewed-by: Hawking Zhang <Hawking.Zhang at amd.com>
Signed-off-by: Flora Cui <flora.cui at amd.com>
Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
---
 drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c b/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c
index ab9f8b7e0aa8..2b4241aaf6cc 100644
--- a/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c
@@ -591,6 +591,7 @@ static void gmc_v11_0_set_umc_funcs(struct amdgpu_device *adev)
 {
 	switch (adev->ip_versions[UMC_HWIP][0]) {
 	case IP_VERSION(8, 10, 0):
+	case IP_VERSION(8, 11, 0):
 		break;
 	default:
 		break;
-- 
2.35.1



More information about the amd-gfx mailing list