Skip to content

Commit dfeccf4

Browse files
Tim Huangalexdeucher
authored andcommitted
drm/amdgpu: add SDMA IP v6.1.2 discovery support
This patch is to add SDMA 6.1.2 support. Signed-off-by: Tim Huang <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 4448b1f commit dfeccf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2210,6 +2210,7 @@ static int amdgpu_discovery_set_sdma_ip_blocks(struct amdgpu_device *adev)
22102210
case IP_VERSION(6, 0, 3):
22112211
case IP_VERSION(6, 1, 0):
22122212
case IP_VERSION(6, 1, 1):
2213+
case IP_VERSION(6, 1, 2):
22132214
amdgpu_device_ip_block_add(adev, &sdma_v6_0_ip_block);
22142215
break;
22152216
case IP_VERSION(7, 0, 0):

0 commit comments

Comments
 (0)