drm/amdgpu/discovery: Add 13.0.9 SMUIO block
authorPrike Liang <Prike.Liang@amd.com>
Tue, 26 Oct 2021 02:22:48 +0000 (10:22 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 16 Feb 2022 22:30:02 +0000 (17:30 -0500)
Add SMUIO sw function for the new SMUIO block.

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

index 1befe6b..1fedea1 100644 (file)
@@ -1890,6 +1890,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
        case IP_VERSION(11, 0, 11):
        case IP_VERSION(11, 5, 0):
        case IP_VERSION(13, 0, 1):
+       case IP_VERSION(13, 0, 9):
                adev->smuio.funcs = &smuio_v11_0_6_funcs;
                break;
        case IP_VERSION(13, 0, 2):