Skip to content

Commit 82f3350

Browse files
Li Maalexdeucher
authored andcommitted
drm/amdgpu/discovery: enable PSP 14.0.0 support
Add it to IP discovery. Signed-off-by: Li Ma <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 14b2760 commit 82f3350

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
@@ -1750,6 +1750,7 @@ static int amdgpu_discovery_set_psp_ip_blocks(struct amdgpu_device *adev)
17501750
case IP_VERSION(13, 0, 8):
17511751
case IP_VERSION(13, 0, 10):
17521752
case IP_VERSION(13, 0, 11):
1753+
case IP_VERSION(14, 0, 0):
17531754
amdgpu_device_ip_block_add(adev, &psp_v13_0_ip_block);
17541755
break;
17551756
case IP_VERSION(13, 0, 4):

0 commit comments

Comments
 (0)