diff options
| author | Hawking Zhang <[email protected]> | 2021-08-28 06:52:32 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-03-07 19:21:57 +0000 |
| commit | 55f86c2b030463f8c98e66911f4548a1fc0666ee (patch) | |
| tree | ae25f81765ab8ec5dcdc97924a3735c3a8049f5d /drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | |
| parent | drm/amdgpu: set sdma v4_4_2 ip block (diff) | |
| download | kernel-55f86c2b030463f8c98e66911f4548a1fc0666ee.tar.gz kernel-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 <[email protected]>
Reviewed-by: Le Ma <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 1 |
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): |
