diff options
author | Tao Zhou <[email protected]> | 2020-10-10 15:42:46 +0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-10-12 14:03:01 -0400 |
commit | 78aafee761ab001ff66532d527b47c3609d0ac7f (patch) | |
tree | 0469fd62a5c065da9564c095c8c4ef604b5a181a | |
parent | 2a4112050451d0e7aeef526493ebb488279b81da (diff) |
drm/amdgpu: remove ASD ucode init for dimgrey_cavefish
dimgrey_cavefish has no ASD ucode currently, remove its initialization.
Signed-off-by: Tao Zhou <[email protected]>
Reviewed-by: Jack Gui <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/psp_v11_0.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c index 993846f1d89f..b4cb31c3fe02 100644 --- a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c +++ b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c @@ -203,9 +203,6 @@ static int psp_v11_0_init_microcode(struct psp_context *psp) err = psp_init_sos_microcode(psp, chip_name); if (err) return err; - err = psp_init_asd_microcode(psp, chip_name); - if (err) - return err; break; case CHIP_VANGOGH: err = psp_init_asd_microcode(psp, chip_name); |