drm/amd: Enable DCN410 init
authorAurabindo Pillai <aurabindo.pillai@amd.com>
Tue, 30 Apr 2024 13:40:22 +0000 (09:40 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 2 May 2024 19:40:57 +0000 (15:40 -0400)
Enable initializing Display Manager for DCN410 IP

Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

index 2aad1ba0ab9d2ef2fced770b84421e64fe057ea2..d7f948e84e4fbd0f485d02e36ccdc9cbd970e92c 100644 (file)
@@ -1965,6 +1965,7 @@ static int amdgpu_discovery_set_display_ip_blocks(struct amdgpu_device *adev)
                case IP_VERSION(3, 2, 1):
                case IP_VERSION(3, 5, 0):
                case IP_VERSION(3, 5, 1):
+               case IP_VERSION(4, 1, 0):
                        if (amdgpu_sriov_vf(adev))
                                amdgpu_discovery_set_sriov_display(adev);
                        else