aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/omap2/dss/venc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/video/omap2/dss/venc.c b/drivers/video/omap2/dss/venc.c
index d5d4c5af906..98317267246 100644
--- a/drivers/video/omap2/dss/venc.c
+++ b/drivers/video/omap2/dss/venc.c
@@ -487,9 +487,6 @@ static int venc_panel_enable(struct omap_dss_device *dssdev)
487 487
488 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; 488 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE;
489 489
490 /* wait couple of vsyncs until enabling the LCD */
491 msleep(50);
492
493err1: 490err1:
494 mutex_unlock(&venc.venc_lock); 491 mutex_unlock(&venc.venc_lock);
495 492
@@ -513,9 +510,6 @@ static void venc_panel_disable(struct omap_dss_device *dssdev)
513 510
514 venc_power_off(dssdev); 511 venc_power_off(dssdev);
515 512
516 /* wait at least 5 vsyncs after disabling the LCD */
517 msleep(100);
518
519 dssdev->state = OMAP_DSS_DISPLAY_DISABLED; 513 dssdev->state = OMAP_DSS_DISPLAY_DISABLED;
520end: 514end:
521 mutex_unlock(&venc.venc_lock); 515 mutex_unlock(&venc.venc_lock);