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>
This commit is contained in:
committed by
Alex Deucher
parent
051ae8d59c
commit
55f86c2b03
@ -191,6 +191,7 @@ static int psp_early_init(void *handle)
|
|||||||
psp_v12_0_set_psp_funcs(psp);
|
psp_v12_0_set_psp_funcs(psp);
|
||||||
break;
|
break;
|
||||||
case IP_VERSION(13, 0, 2):
|
case IP_VERSION(13, 0, 2):
|
||||||
|
case IP_VERSION(13, 0, 6):
|
||||||
psp_v13_0_set_psp_funcs(psp);
|
psp_v13_0_set_psp_funcs(psp);
|
||||||
break;
|
break;
|
||||||
case IP_VERSION(13, 0, 1):
|
case IP_VERSION(13, 0, 1):
|
||||||
|
Reference in New Issue
Block a user