Skip to content

Commit 38a16bf

Browse files
Tim Huangalexdeucher
authored andcommitted
drm/amdgpu: add SMU IP v14.0.4 discovery support
This patch is to add SMU 14.0.4 support Signed-off-by: Tim Huang <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 80ffdc2 commit 38a16bf

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
@@ -2028,6 +2028,7 @@ static int amdgpu_discovery_set_smu_ip_blocks(struct amdgpu_device *adev)
20282028
case IP_VERSION(14, 0, 1):
20292029
case IP_VERSION(14, 0, 2):
20302030
case IP_VERSION(14, 0, 3):
2031+
case IP_VERSION(14, 0, 4):
20312032
amdgpu_device_ip_block_add(adev, &smu_v14_0_ip_block);
20322033
break;
20332034
default:

0 commit comments

Comments
 (0)