aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrike Liang <[email protected]>2023-07-14 16:06:04 -0400
committerAlex Deucher <[email protected]>2023-08-07 16:34:04 -0400
commit99af9c950d6747b026fb24dfb2c8a2c34dfcc452 (patch)
treec3a57547bc6e358bcf1704e01126277275c61973
parent70e64c4d522b732e31c6475a3be2349de337d321 (diff)
drm/amdgpu/discovery: enable sdma6 for SDMA 6.1.0
Add to IP discovery table. Signed-off-by: Prike Liang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-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 c21140da9d9e..cdb955500cf4 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
@@ -1969,6 +1969,7 @@ static int amdgpu_discovery_set_sdma_ip_blocks(struct amdgpu_device *adev)
case IP_VERSION(6, 0, 1):
case IP_VERSION(6, 0, 2):
case IP_VERSION(6, 0, 3):
+ case IP_VERSION(6, 1, 0):
amdgpu_device_ip_block_add(adev, &sdma_v6_0_ip_block);
break;
default: