From: Tim Huang Date: Tue, 14 May 2024 07:56:37 +0000 (+0800) Subject: drm/amdgpu: add PSP IP v14.0.4 discovery support X-Git-Tag: v6.11-rc1~141^2~7^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9cd2ad14d88d6a99fb1f9364fabaf6bca5b1fc9a;p=thirdparty%2Fkernel%2Flinux.git drm/amdgpu: add PSP IP v14.0.4 discovery support This patch is to add PSP 14.0.4 support. Signed-off-by: Tim Huang Reviewed-by: Yifan Zhang Reviewed-by: Alex Deucher 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 8277c4abcad3f..d84ce9679dd4b 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -1964,6 +1964,7 @@ static int amdgpu_discovery_set_psp_ip_blocks(struct amdgpu_device *adev) case IP_VERSION(13, 0, 14): case IP_VERSION(14, 0, 0): case IP_VERSION(14, 0, 1): + case IP_VERSION(14, 0, 4): amdgpu_device_ip_block_add(adev, &psp_v13_0_ip_block); break; case IP_VERSION(13, 0, 4):