Skip to content

Commit aec765a

Browse files
yifancomalexdeucher
authored andcommitted
drm/amdgpu: add psp 14.0.1 discovery support
This patch to add psp 14.0.1 support. Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 24b5a5d commit aec765a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,6 +1824,7 @@ static int amdgpu_discovery_set_psp_ip_blocks(struct amdgpu_device *adev)
18241824
case IP_VERSION(13, 0, 10):
18251825
case IP_VERSION(13, 0, 11):
18261826
case IP_VERSION(14, 0, 0):
1827+
case IP_VERSION(14, 0, 1):
18271828
amdgpu_device_ip_block_add(adev, &psp_v13_0_ip_block);
18281829
break;
18291830
case IP_VERSION(13, 0, 4):

0 commit comments

Comments
 (0)