diff options
| author | Tim Huang <[email protected]> | 2024-05-14 07:53:25 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-07-02 22:06:30 +0000 |
| commit | c7c3f786b931f89a5b645e01a7cc3214e791e73b (patch) | |
| tree | 8153b2035f3f73112a36070fff8433959288eeb7 /drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | |
| parent | drm/amdgpu: add firmware for VPE IP v6.1.3 (diff) | |
| download | kernel-c7c3f786b931f89a5b645e01a7cc3214e791e73b.tar.gz kernel-c7c3f786b931f89a5b645e01a7cc3214e791e73b.zip | |
drm/amdgpu: add PSP IP v14.0.4 support
This patch is to add PSP 14.0.4 support.
Signed-off-by: Tim Huang <[email protected]>
Reviewed-by: Yifan Zhang <[email protected]>
Reviewed-by: Alex Deucher <[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 e15814d9ca17..800cc7a148b2 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c @@ -219,6 +219,7 @@ static int psp_early_init(void *handle) case IP_VERSION(13, 0, 11): case IP_VERSION(14, 0, 0): case IP_VERSION(14, 0, 1): + case IP_VERSION(14, 0, 4): psp_v13_0_set_psp_funcs(psp); psp->boot_time_tmr = false; break; |
