drm/amdgpu: add smuio support for smuio 13.0.10
authorYifan Zhang <yifan1.zhang@amd.com>
Thu, 10 Feb 2022 19:47:12 +0000 (14:47 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 18 Feb 2022 19:07:00 +0000 (14:07 -0500)
this patch adds smuio support for smuio 13.0.10.

Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

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