Commit 0c1195ca authored by Kenneth Feng's avatar Kenneth Feng Committed by Alex Deucher

drm/amd/swsmu: support smu block discovery for smu v14

Support for smu ip block add for SMU v14.
Signed-off-by: default avatarKenneth Feng <kenneth.feng@amd.com>
Reviewed-by: default avatarLikun Gao <Likun.Gao@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 6627d845
...@@ -1901,6 +1901,8 @@ static int amdgpu_discovery_set_smu_ip_blocks(struct amdgpu_device *adev) ...@@ -1901,6 +1901,8 @@ static int amdgpu_discovery_set_smu_ip_blocks(struct amdgpu_device *adev)
break; break;
case IP_VERSION(14, 0, 0): case IP_VERSION(14, 0, 0):
case IP_VERSION(14, 0, 1): case IP_VERSION(14, 0, 1):
case IP_VERSION(14, 0, 2):
case IP_VERSION(14, 0, 3):
amdgpu_device_ip_block_add(adev, &smu_v14_0_ip_block); amdgpu_device_ip_block_add(adev, &smu_v14_0_ip_block);
break; break;
default: default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment