drm/amdgpu: add dcn3.5.1 support
authorYifan Zhang <yifan1.zhang@amd.com>
Tue, 5 Mar 2024 01:15:18 +0000 (09:15 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Mar 2024 20:24:50 +0000 (15:24 -0500)
This patch to add dcn3.5.1 support.

Signed-off-by: Yifan Zhang <yifan1.zhang@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 502333725b49f87ee5ffec68b4843aef62adde85..72701e7f09fca04e770152bea41b07c91aa34bab 100644 (file)
@@ -1936,6 +1936,7 @@ static int amdgpu_discovery_set_display_ip_blocks(struct amdgpu_device *adev)
                case IP_VERSION(3, 2, 0):
                case IP_VERSION(3, 2, 1):
                case IP_VERSION(3, 5, 0):
+               case IP_VERSION(3, 5, 1):
                        if (amdgpu_sriov_vf(adev))
                                amdgpu_discovery_set_sriov_display(adev);
                        else