Skip to content

Commit 0c1195c

Browse files
Kenneth Fengalexdeucher
authored andcommitted
drm/amd/swsmu: support smu block discovery for smu v14
Support for smu ip block add for SMU v14. Signed-off-by: Kenneth Feng <kenneth.feng@amd.com> Reviewed-by: Likun Gao <Likun.Gao@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 6627d84 commit 0c1195c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1901,6 +1901,8 @@ static int amdgpu_discovery_set_smu_ip_blocks(struct amdgpu_device *adev)
19011901
break;
19021902
case IP_VERSION(14, 0, 0):
19031903
case IP_VERSION(14, 0, 1):
1904+
case IP_VERSION(14, 0, 2):
1905+
case IP_VERSION(14, 0, 3):
19041906
amdgpu_device_ip_block_add(adev, &smu_v14_0_ip_block);
19051907
break;
19061908
default:

0 commit comments

Comments
 (0)