Skip to content

Commit 9cd2ad1

Browse files
Tim Huangalexdeucher
authored andcommitted
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 <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent c7c3f78 commit 9cd2ad1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1964,6 +1964,7 @@ static int amdgpu_discovery_set_psp_ip_blocks(struct amdgpu_device *adev)
19641964
case IP_VERSION(13, 0, 14):
19651965
case IP_VERSION(14, 0, 0):
19661966
case IP_VERSION(14, 0, 1):
1967+
case IP_VERSION(14, 0, 4):
19671968
amdgpu_device_ip_block_add(adev, &psp_v13_0_ip_block);
19681969
break;
19691970
case IP_VERSION(13, 0, 4):

0 commit comments

Comments
 (0)