Skip to content

Commit 533eefb

Browse files
yifancomalexdeucher
authored andcommitted
drm/amdgpu: add smu 14.0.1 discovery support
This patch to add smu 14.0.1 support Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent c5b1ccf commit 533eefb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1896,6 +1896,7 @@ static int amdgpu_discovery_set_smu_ip_blocks(struct amdgpu_device *adev)
18961896
amdgpu_device_ip_block_add(adev, &smu_v13_0_ip_block);
18971897
break;
18981898
case IP_VERSION(14, 0, 0):
1899+
case IP_VERSION(14, 0, 1):
18991900
amdgpu_device_ip_block_add(adev, &smu_v14_0_ip_block);
19001901
break;
19011902
default:

0 commit comments

Comments
 (0)