summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c
diff options
context:
space:
mode:
authorHarry Wentland <harry.wentland@amd.com>2019-05-14 09:12:45 -0400
committerAlex Deucher <alexander.deucher@amd.com>2019-05-24 12:20:59 -0500
commit97df424fe7a7497a129f057527f646c91b881fbf (patch)
tree10ac5a9c80e85a1cdf2783370b3a2def6374cc8f /drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c
parenta7669aff77649a34b0601aef87879095caed7a5f (diff)
downloadlinux-stable-97df424fe7a7497a129f057527f646c91b881fbf.tar.gz
linux-stable-97df424fe7a7497a129f057527f646c91b881fbf.tar.bz2
linux-stable-97df424fe7a7497a129f057527f646c91b881fbf.zip
drm/amd/display: Drop DCN1_01 guards
[WHY] These were only needed for bringup. They're not needed anymore. Signed-off-by: Harry Wentland <harry.wentland@amd.com> Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c b/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c
index 8196f3bb10c7..53deba42007a 100644
--- a/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c
+++ b/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c
@@ -57,11 +57,6 @@ bool dal_bios_parser_init_cmd_tbl_helper2(
return true;
#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
case DCN_VERSION_1_0:
- *h = dal_cmd_tbl_helper_dce112_get_table2();
- return true;
-#endif
-
-#if defined(CONFIG_DRM_AMD_DC_DCN1_01)
case DCN_VERSION_1_01:
*h = dal_cmd_tbl_helper_dce112_get_table2();
return true;