drm/amdgpu/discovery: enable sdma6 for SDMA 6.1.0
authorPrike Liang <Prike.Liang@amd.com>
Fri, 14 Jul 2023 20:06:04 +0000 (16:06 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 7 Aug 2023 20:34:04 +0000 (16:34 -0400)
Add to IP discovery table.

Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

index c21140da9d9e5b7b701dc5dbbcdc7478093a783b..cdb955500cf40d14b54f9787af33e5df228b38b7 100644 (file)
@@ -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: