summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/bios
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2018-05-16 23:28:59 +0300
committerAlex Deucher <alexander.deucher@amd.com>2018-05-19 00:08:18 +0300
commitb4b9f944e4ee3d1a268d96d7de2d519b491e8ea5 (patch)
tree52a05852a460eafdb2639716e52ab58182187c43 /drivers/gpu/drm/amd/display/dc/bios
parent2b6dc93a3d439136c3fe11291a506e581b84a327 (diff)
downloadlinux-b4b9f944e4ee3d1a268d96d7de2d519b491e8ea5.tar.xz
drm/amdgpu/display: remove VEGA20 config option
Leftover from bringup. No need to keep it around for upstream. Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/bios')
-rw-r--r--drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
index 4561673a0fe6..b8cef7af3c4a 100644
--- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
+++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
@@ -1331,9 +1331,7 @@ static enum bp_result bios_parser_get_firmware_info(
result = get_firmware_info_v3_2(bp, info);
break;
case 3:
-#ifdef CONFIG_DRM_AMD_DC_VG20
result = get_firmware_info_v3_2(bp, info);
-#endif
break;
default:
break;