drm/amd/display: add DCN32 to IP discovery table
authorAurabindo Pillai <aurabindo.pillai@amd.com>
Mon, 25 Apr 2022 22:33:23 +0000 (18:33 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 3 Jun 2022 20:43:38 +0000 (16:43 -0400)
[Why&How]
Add DCN32 to IP discovery to enable automatic initialization of AMDGPU
Display Manager

Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Acked-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 47f0344205edb84b748a39051db86f24b8a91300..91f21b725a4343905b6eae5b599e34a633493f98 100644 (file)
@@ -1709,6 +1709,8 @@ static int amdgpu_discovery_set_display_ip_blocks(struct amdgpu_device *adev)
                case IP_VERSION(3, 1, 3):
                case IP_VERSION(3, 1, 5):
                case IP_VERSION(3, 1, 6):
+               case IP_VERSION(3, 2, 0):
+               case IP_VERSION(3, 2, 1):
                        amdgpu_device_ip_block_add(adev, &dm_ip_block);
                        break;
                default: