aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2013-10-28 05:47:31 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2014-01-13 05:19:51 -0500
commitf4f49c48b85babaf1a5d0082c30f11a8be3ce459 (patch)
tree7b3c1c7700652b655616b63339f0e02876edcc7a /drivers/video
parent1e676248c87b71e99a710ce1bed6949ddbb42c71 (diff)
OMAPDSS: HDMI4: remove useless func calls
For some reason the hdmi driver first turns off the video output when it's about to enable the video output. This serves no purpose, and can be removed. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/omap2/dss/hdmi4.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/omap2/dss/hdmi4.c b/drivers/video/omap2/dss/hdmi4.c
index 347e455370e8..c7fbe4d36041 100644
--- a/drivers/video/omap2/dss/hdmi4.c
+++ b/drivers/video/omap2/dss/hdmi4.c
@@ -148,8 +148,6 @@ static int hdmi_power_on_full(struct omap_dss_device *dssdev)
148 if (r) 148 if (r)
149 return r; 149 return r;
150 150
151 dss_mgr_disable(mgr);
152
153 p = &hdmi.cfg.timings; 151 p = &hdmi.cfg.timings;
154 152
155 DSSDBG("hdmi_power_on x_res= %d y_res = %d\n", p->x_res, p->y_res); 153 DSSDBG("hdmi_power_on x_res= %d y_res = %d\n", p->x_res, p->y_res);
@@ -158,8 +156,6 @@ static int hdmi_power_on_full(struct omap_dss_device *dssdev)
158 156
159 hdmi_pll_compute(&hdmi.pll, clk_get_rate(hdmi.sys_clk), phy); 157 hdmi_pll_compute(&hdmi.pll, clk_get_rate(hdmi.sys_clk), phy);
160 158
161 hdmi_wp_video_stop(&hdmi.wp);
162
163 /* config the PLL and PHY hdmi_set_pll_pwrfirst */ 159 /* config the PLL and PHY hdmi_set_pll_pwrfirst */
164 r = hdmi_pll_enable(&hdmi.pll, &hdmi.wp); 160 r = hdmi_pll_enable(&hdmi.pll, &hdmi.wp);
165 if (r) { 161 if (r) {