summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/dc/hdmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tegra/dc/hdmi.c')
-rw-r--r--drivers/video/tegra/dc/hdmi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/tegra/dc/hdmi.c b/drivers/video/tegra/dc/hdmi.c
index dbbab8197ec4..107940b05f7c 100644
--- a/drivers/video/tegra/dc/hdmi.c
+++ b/drivers/video/tegra/dc/hdmi.c
@@ -166,8 +166,6 @@ const struct fb_videomode tegra_dc_hdmi_supported_modes[] = {
.vmode = FB_VMODE_NONINTERLACED,
.sync = 0,
},
-
-#ifdef CONFIG_TEGRA_ENABLE_SUPPORT_FOR_1080p_30HZ
/* 1920x1080p 30Hz EIA/CEA-861-B Format 34 */
{
.xres = 1920,
@@ -182,7 +180,6 @@ const struct fb_videomode tegra_dc_hdmi_supported_modes[] = {
.vmode = FB_VMODE_NONINTERLACED,
.sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
},
-#else
/* 1920x1080p 59.94/60hz EIA/CEA-861-B Format 16 */
{
.xres = 1920,
@@ -197,7 +194,6 @@ const struct fb_videomode tegra_dc_hdmi_supported_modes[] = {
.vmode = FB_VMODE_NONINTERLACED,
.sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
},
-#endif
};
/* table of electrical settings, must be in acending order. */