From: Hawking Zhang Date: Sat, 28 Aug 2021 06:52:32 +0000 (+0800) Subject: drm/amdgpu: add psp early init for PSP 13.0.6 X-Git-Tag: v6.4-rc1~162^2~23^2~118 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55f86c2b030463f8c98e66911f4548a1fc0666ee;p=thirdparty%2Flinux.git drm/amdgpu: add psp early init for PSP 13.0.6 Initialize psp ip callbacks for PSP 13.0.6. Signed-off-by: Hawking Zhang Reviewed-by: Le Ma Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c index 28fe6d9410540..4c617faaa7c98 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c @@ -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):