drm/amdgpu/discovery: add PSP IP v13.0.11 support
authorTim Huang <tim.huang@amd.com>
Mon, 21 Nov 2022 08:19:44 +0000 (16:19 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 29 Nov 2022 16:03:36 +0000 (11:03 -0500)
Add PSP IP v13.0.11 ip discovery support.

Signed-off-by: Tim Huang <tim.huang@amd.com>
Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com>
Reviewed-by: Aaron Liu <aaron.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

index 45fe805..49ed3c8 100644 (file)
@@ -1643,6 +1643,7 @@ static int amdgpu_discovery_set_psp_ip_blocks(struct amdgpu_device *adev)
        case IP_VERSION(13, 0, 7):
        case IP_VERSION(13, 0, 8):
        case IP_VERSION(13, 0, 10):
+       case IP_VERSION(13, 0, 11):
                amdgpu_device_ip_block_add(adev, &psp_v13_0_ip_block);
                break;
        case IP_VERSION(13, 0, 4):