diff options
author | Hawking Zhang <Hawking.Zhang@amd.com> | 2018-10-22 20:34:17 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-06-20 21:46:49 -0500 |
commit | 93d8f2221b5e9aea6acef1d68fa5603da3704197 (patch) | |
tree | a0ac829bc42eafdae1f0ffb05124aabece29dacf /drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h | |
parent | 7d0906e83a2f5069189b0f088d8e5d29b77f179c (diff) | |
download | lwn-93d8f2221b5e9aea6acef1d68fa5603da3704197.tar.gz lwn-93d8f2221b5e9aea6acef1d68fa5603da3704197.zip |
drm/amdgpu/psp: support init psp sos microcode with build-in toc
psp_firmware_header_v1_1 is used for psp sos with build-in toc
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h index 9cc741800682..c222edf992bc 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h @@ -157,7 +157,7 @@ struct psp_context uint32_t toc_bin_size; uint8_t *sys_start_addr; uint8_t *sos_start_addr; - uint8_t *toc_start_addr + uint8_t *toc_start_addr; /* tmr buffer */ struct amdgpu_bo *tmr_bo; |