summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorHawking Zhang <Hawking.Zhang@amd.com>2021-08-28 14:52:32 +0800
committerAlex Deucher <alexander.deucher@amd.com>2023-03-07 14:21:57 -0500
commit55f86c2b030463f8c98e66911f4548a1fc0666ee (patch)
treeae25f81765ab8ec5dcdc97924a3735c3a8049f5d /drivers
parent051ae8d59c321da4c3bc8ba7d75dfba7734e2c6f (diff)
downloadlinux-stable-55f86c2b030463f8c98e66911f4548a1fc0666ee.tar.gz
linux-stable-55f86c2b030463f8c98e66911f4548a1fc0666ee.tar.bz2
linux-stable-55f86c2b030463f8c98e66911f4548a1fc0666ee.zip
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 <Hawking.Zhang@amd.com> Reviewed-by: Le Ma <le.ma@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
index 28fe6d941054..4c617faaa7c9 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):