drm/amdgpu: add psp early init for PSP 13.0.6
authorHawking Zhang <Hawking.Zhang@amd.com>
Sat, 28 Aug 2021 06:52:32 +0000 (14:52 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Mar 2023 19:21:57 +0000 (14:21 -0500)
Initialize psp ip callbacks for PSP 13.0.6.

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Le Ma <le.ma@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c

index 28fe6d9..4c617fa 100644 (file)
@@ -191,6 +191,7 @@ static int psp_early_init(void *handle)
                psp_v12_0_set_psp_funcs(psp);
                break;
        case IP_VERSION(13, 0, 2):
+       case IP_VERSION(13, 0, 6):
                psp_v13_0_set_psp_funcs(psp);
                break;
        case IP_VERSION(13, 0, 1):