diff options
author | Junwei Zhang <Jerry.Zhang@amd.com> | 2017-07-14 18:31:18 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-07-25 16:25:57 -0400 |
commit | 6ab771137425edc046710d58799cb4792eb748dc (patch) | |
tree | 003293db9ca6209c366a0c5227c402e0682b5b6c /drivers/gpu/drm/amd/amdgpu/psp_v10_0.h | |
parent | f04f56919c33416a4398a79290315254c09e2a4d (diff) | |
download | linux-6ab771137425edc046710d58799cb4792eb748dc.tar.gz linux-6ab771137425edc046710d58799cb4792eb748dc.tar.bz2 linux-6ab771137425edc046710d58799cb4792eb748dc.zip |
drm/amdgpu: add init microcode function for psp v10
Signed-off-by: Junwei Zhang <Jerry.Zhang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/psp_v10_0.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/psp_v10_0.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v10_0.h b/drivers/gpu/drm/amd/amdgpu/psp_v10_0.h index 2022b7b7151e..2f5a314e0bdc 100644 --- a/drivers/gpu/drm/amd/amdgpu/psp_v10_0.h +++ b/drivers/gpu/drm/amd/amdgpu/psp_v10_0.h @@ -27,6 +27,7 @@ #include "amdgpu_psp.h" +extern int psp_v10_0_init_microcode(struct psp_context *psp); extern int psp_v10_0_prep_cmd_buf(struct amdgpu_firmware_info *ucode, struct psp_gfx_cmd_resp *cmd); extern int psp_v10_0_ring_init(struct psp_context *psp, |