aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
index 5e090904adde..1c7e6c28f93a 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
@@ -840,9 +840,6 @@ static int amdgpu_cgs_get_firmware_info(struct cgs_device *cgs_device,
840 const struct common_firmware_header *header; 840 const struct common_firmware_header *header;
841 struct amdgpu_firmware_info *ucode = NULL; 841 struct amdgpu_firmware_info *ucode = NULL;
842 842
843 if (CGS_UCODE_ID_SMU_SK == type)
844 amdgpu_cgs_rel_firmware(cgs_device, CGS_UCODE_ID_SMU);
845
846 if (!adev->pm.fw) { 843 if (!adev->pm.fw) {
847 switch (adev->asic_type) { 844 switch (adev->asic_type) {
848 case CHIP_TOPAZ: 845 case CHIP_TOPAZ: