OMAP: DSS2: DSI: Increase HS TX timeout
authorTomi Valkeinen <tomi.valkeinen@nokia.com>
Fri, 12 Mar 2010 13:11:19 +0000 (15:11 +0200)
committerTomi Valkeinen <tomi.valkeinen@nokia.com>
Tue, 3 Aug 2010 12:18:45 +0000 (15:18 +0300)
For some reason screen updates of certain odd widths seem to be triggering
HS TX timeouts on OMAP 3430, even if bigger updates do not. The reason for
this is unknown, but increasing the timeout removes the problem with no
(so far) noticeable problems. I haven't seen this problem on OMAP 3630.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
drivers/video/omap2/dss/dsi.c

index 3af207b2bde385989125ad2639b567dc74e01fa2..eb90de5e107841e2716568eef8ddda826e68fca2 100644 (file)
@@ -2490,7 +2490,7 @@ static int dsi_proto_config(struct omap_dss_device *dssdev)
        dsi_set_stop_state_counter(1000);
        dsi_set_ta_timeout(6400000);
        dsi_set_lp_rx_timeout(48000);
-       dsi_set_hs_tx_timeout(1000000);
+       dsi_set_hs_tx_timeout(8000000);
 
        switch (dssdev->ctrl.pixel_size) {
        case 16:
This page took 0.030231 seconds and 5 git commands to generate.