aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
index 971549f5833d..d91f378bb34d 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
@@ -297,8 +297,6 @@ amdgpu_ucode_get_load_type(struct amdgpu_device *adev, int load_type)
297 case CHIP_POLARIS11: 297 case CHIP_POLARIS11:
298 case CHIP_POLARIS12: 298 case CHIP_POLARIS12:
299 case CHIP_VEGAM: 299 case CHIP_VEGAM:
300 if (load_type != AMDGPU_FW_LOAD_SMU)
301 pr_warning("%d is not supported on VI\n", load_type);
302 return AMDGPU_FW_LOAD_SMU; 300 return AMDGPU_FW_LOAD_SMU;
303 case CHIP_VEGA10: 301 case CHIP_VEGA10:
304 case CHIP_RAVEN: 302 case CHIP_RAVEN: