From: Xiaojian Du Date: Tue, 11 Jan 2022 07:46:40 +0000 (+0800) Subject: drm/amdgpu/discovery: add PSP v13.0.4 into the IP discovery list X-Git-Tag: v5.19-rc1~153^2~3^2~100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bed95cfdc57b77a431e8228141e8ac3ab8ab107e;p=thirdparty%2Fkernel%2Flinux.git drm/amdgpu/discovery: add PSP v13.0.4 into the IP discovery list This patch will add PSP v13.0.4 into the IP discovery list. Signed-off-by: Xiaojian Du Reviewed-by: Huang Rui 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 2ef93c8c63d75..2c742d46a8371 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -1607,6 +1607,7 @@ static int amdgpu_discovery_set_psp_ip_blocks(struct amdgpu_device *adev) case IP_VERSION(13, 0, 1): case IP_VERSION(13, 0, 2): case IP_VERSION(13, 0, 3): + case IP_VERSION(13, 0, 4): case IP_VERSION(13, 0, 5): case IP_VERSION(13, 0, 7): case IP_VERSION(13, 0, 8):