diff options
| author | Hawking Zhang <[email protected]> | 2018-10-11 13:48:00 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-11-06 19:02:40 +0000 |
| commit | 51e7177f361ab804e788ae4924e1f5a73c76ef52 (patch) | |
| tree | d8926ccdd484fe4c4648b9e139c716891838bb87 /drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | |
| parent | drm/amdgpu/psp: add structure for xgmi ta and its shared buffer (diff) | |
| download | kernel-51e7177f361ab804e788ae4924e1f5a73c76ef52.tar.gz kernel-51e7177f361ab804e788ae4924e1f5a73c76ef52.zip | |
drm/amdgpu/psp: init/de-init xgmi ta microcode
Add ucode handling for psp xgmi ta firmware.
Signed-off-by: Hawking Zhang <[email protected]>
Acked-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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c index a18a8c91d52b..b00592d60132 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c @@ -90,6 +90,8 @@ static int psp_sw_fini(void *handle) adev->psp.sos_fw = NULL; release_firmware(adev->psp.asd_fw); adev->psp.asd_fw = NULL; + release_firmware(adev->psp.ta_fw); + adev->psp.ta_fw = NULL; return 0; } |
