From: Flora Cui Date: Fri, 15 Apr 2022 14:23:20 +0000 (-0400) Subject: drm/amdgpu/discovery: add smu13 support for MP1 13.0.7 X-Git-Tag: v5.19-rc1~153^2~3^2~173 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1db7b3aa99c0a8173ad716b0531ae4cad8b404dc;p=thirdparty%2Fkernel%2Flinux.git drm/amdgpu/discovery: add smu13 support for MP1 13.0.7 Enable System Management Unit support. Reviewed-by: Hawking Zhang Signed-off-by: Flora Cui Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c index fb30c31b5d921..5263f94ff182a 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -1646,6 +1646,7 @@ static int amdgpu_discovery_set_smu_ip_blocks(struct amdgpu_device *adev) case IP_VERSION(13, 0, 2): case IP_VERSION(13, 0, 3): case IP_VERSION(13, 0, 5): + case IP_VERSION(13, 0, 7): case IP_VERSION(13, 0, 8): amdgpu_device_ip_block_add(adev, &smu_v13_0_ip_block); break;