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/amdgpu_psp.c | |
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/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 5346f291f881..43327b85c863 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c @@ -63,6 +63,7 @@ static int psp_sw_init(void *handle) psp->smu_reload_quirk = psp_v3_1_smu_reload_quirk; break; case CHIP_RAVEN: + psp->init_microcode = psp_v10_0_init_microcode; psp->prep_cmd_buf = psp_v10_0_prep_cmd_buf; psp->ring_init = psp_v10_0_ring_init; psp->cmd_submit = psp_v10_0_cmd_submit; |