Skip to content

Commit 2bdebcb

Browse files
yifancomalexdeucher
authored andcommitted
drm/amdgpu: add dcn3.5.1 support
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>
1 parent 45bbf80 commit 2bdebcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,6 +1936,7 @@ static int amdgpu_discovery_set_display_ip_blocks(struct amdgpu_device *adev)
19361936
case IP_VERSION(3, 2, 0):
19371937
case IP_VERSION(3, 2, 1):
19381938
case IP_VERSION(3, 5, 0):
1939+
case IP_VERSION(3, 5, 1):
19391940
if (amdgpu_sriov_vf(adev))
19401941
amdgpu_discovery_set_sriov_display(adev);
19411942
else

0 commit comments

Comments
 (0)