From: Kenneth Feng <[email protected]>

Support for smu ip block add for SMU v14.

Signed-off-by: Kenneth Feng <[email protected]>
Reviewed-by: Likun Gao <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
index 07c5fca061780..31964db7159fd 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
@@ -1906,6 +1906,8 @@ static int amdgpu_discovery_set_smu_ip_blocks(struct 
amdgpu_device *adev)
                break;
        case IP_VERSION(14, 0, 0):
        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);
                break;
        default:
-- 
2.44.0

Reply via email to