Skip to content

Commit a02cfac

Browse files
yifancomalexdeucher
authored andcommitted
drm/amdgpu: add SDMA 6.1.1 discovery support
This patch to add SDMA 6.1.1 support. Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent c40797d commit a02cfac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2050,6 +2050,7 @@ static int amdgpu_discovery_set_sdma_ip_blocks(struct amdgpu_device *adev)
20502050
case IP_VERSION(6, 0, 2):
20512051
case IP_VERSION(6, 0, 3):
20522052
case IP_VERSION(6, 1, 0):
2053+
case IP_VERSION(6, 1, 1):
20532054
amdgpu_device_ip_block_add(adev, &sdma_v6_0_ip_block);
20542055
break;
20552056
default:

0 commit comments

Comments
 (0)