Skip to content

Commit 0d6ec07

Browse files
Xiaojian Dualexdeucher
Xiaojian Du
authored andcommitted
drm/amdgpu/discovery: add SMU v13.0.4 into the IP discovery list
This patch will add SMU v13.0.4 into the IP discovery list. Signed-off-by: Xiaojian Du <[email protected]> Reviewed-by: Huang Rui <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 33ef11c commit 0d6ec07

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
@@ -1656,6 +1656,7 @@ static int amdgpu_discovery_set_smu_ip_blocks(struct amdgpu_device *adev)
16561656
case IP_VERSION(13, 0, 1):
16571657
case IP_VERSION(13, 0, 2):
16581658
case IP_VERSION(13, 0, 3):
1659+
case IP_VERSION(13, 0, 4):
16591660
case IP_VERSION(13, 0, 5):
16601661
case IP_VERSION(13, 0, 7):
16611662
case IP_VERSION(13, 0, 8):

0 commit comments

Comments
 (0)