summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorTim Huang <Tim.Huang@amd.com>2024-05-14 10:56:37 +0300
committerAlex Deucher <alexander.deucher@amd.com>2024-07-03 01:06:36 +0300
commit9cd2ad14d88d6a99fb1f9364fabaf6bca5b1fc9a (patch)
treeaf4d6cff22da3b960e7aa624d9e6d5798f71f963 /drivers/gpu/drm
parentc7c3f786b931f89a5b645e01a7cc3214e791e73b (diff)
downloadlinux-9cd2ad14d88d6a99fb1f9364fabaf6bca5b1fc9a.tar.xz
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 <Tim.Huang@amd.com> Reviewed-by: Yifan Zhang <yifan1.zhang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
index 8277c4abcad3..d84ce9679dd4 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):