summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorYifan Zhang <yifan1.zhang@amd.com>2023-12-12 12:17:43 +0300
committerAlex Deucher <alexander.deucher@amd.com>2024-02-22 18:27:13 +0300
commite2442d3e32b80188867eb1a167692728e9981987 (patch)
tree7c564abc8bb0ef5a48dd84b25e4be2361c7d4341 /drivers
parentf5f83441c4e792947a5b296d837a2fa3162d85aa (diff)
downloadlinux-e2442d3e32b80188867eb1a167692728e9981987.tar.xz
drm/amdgpu: add GC 11.5.1 discovery support
This patch to add GC 11.5.1 support Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
index 79a12665a6c9..704f9c699035 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
@@ -2005,6 +2005,7 @@ static int amdgpu_discovery_set_gc_ip_blocks(struct amdgpu_device *adev)
case IP_VERSION(11, 0, 3):
case IP_VERSION(11, 0, 4):
case IP_VERSION(11, 5, 0):
+ case IP_VERSION(11, 5, 1):
amdgpu_device_ip_block_add(adev, &gfx_v11_0_ip_block);
break;
default: