Commit ee821083 authored by Hawking Zhang's avatar Hawking Zhang Committed by Alex Deucher

drm/amdgpu: init psp v13 ip function

Initialze psp ip function for aldebaran
Signed-off-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: default avatarLe Ma <Le.Ma@amd.com>
Reviewed-by: default avatarKevin Wang <kevin1.wang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 48375542
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include "psp_v10_0.h" #include "psp_v10_0.h"
#include "psp_v11_0.h" #include "psp_v11_0.h"
#include "psp_v12_0.h" #include "psp_v12_0.h"
#include "psp_v13_0.h"
#include "amdgpu_ras.h" #include "amdgpu_ras.h"
#include "amdgpu_securedisplay.h" #include "amdgpu_securedisplay.h"
...@@ -109,6 +110,9 @@ static int psp_early_init(void *handle) ...@@ -109,6 +110,9 @@ static int psp_early_init(void *handle)
case CHIP_RENOIR: case CHIP_RENOIR:
psp_v12_0_set_psp_funcs(psp); psp_v12_0_set_psp_funcs(psp);
break; break;
case CHIP_ALDEBARAN:
psp_v13_0_set_psp_funcs(psp);
break;
default: default:
return -EINVAL; return -EINVAL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment