diff options
| author | Yifan Zhang <[email protected]> | 2022-02-10 19:50:40 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-02-18 19:07:00 +0000 |
| commit | d7fd297cb0f19a87c1eab63fdb90f8ce8f03a533 (patch) | |
| tree | 8b019dd7d8ff96d18450110db4a97a94a096702f /drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | |
| parent | drm/amdgpu: add smuio support for smuio 13.0.10 (diff) | |
| download | kernel-d7fd297cb0f19a87c1eab63fdb90f8ce8f03a533.tar.gz kernel-d7fd297cb0f19a87c1eab63fdb90f8ce8f03a533.zip | |
drm/amdgpu: add support for psp 13.0.5
Enabl psp support for psp 13.0.5.
Signed-off-by: Yifan Zhang <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Reviewed-by: Huang Rui <[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 ecbdbe3ea4aa..94bfe502b55e 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c @@ -133,6 +133,7 @@ static int psp_early_init(void *handle) break; case IP_VERSION(13, 0, 1): case IP_VERSION(13, 0, 3): + case IP_VERSION(13, 0, 5): case IP_VERSION(13, 0, 8): psp_v13_0_set_psp_funcs(psp); psp->autoload_supported = true; |
