DSS2: DSI: decrease sync timeout from 60s to 2s
authorTomi Valkeinen <tomi.valkeinen@nokia.com>
Tue, 21 Apr 2009 07:11:55 +0000 (10:11 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 1 May 2009 16:45:11 +0000 (19:45 +0300)
The framedone-problem should be ok now, so we shouldn't get long waits.

drivers/video/omap2/dss/dsi.c

index 50af925..d59ad38 100644 (file)
@@ -3216,7 +3216,7 @@ static void dsi_push_set_mirror(struct omap_display *display, int mirror)
 
 static int dsi_wait_sync(struct omap_display *display)
 {
-       long wait = msecs_to_jiffies(60000);
+       long wait = msecs_to_jiffies(2000);
        struct completion compl;
 
        DSSDBGF("");