diff options
author | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2010-03-12 15:11:19 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2010-08-03 15:18:45 +0300 |
commit | 5ab8e30c18292cf30de3adc36b0e2ed9d271e4e7 (patch) | |
tree | ee3ae86119eece577514f9c7fb4347a10c171c51 /drivers/video/omap2/dss | |
parent | 5a1819e3a82b65454cbba818efe0528785c9fb6a (diff) | |
download | linux-5ab8e30c18292cf30de3adc36b0e2ed9d271e4e7.tar.gz linux-5ab8e30c18292cf30de3adc36b0e2ed9d271e4e7.tar.bz2 linux-5ab8e30c18292cf30de3adc36b0e2ed9d271e4e7.zip |
OMAP: DSS2: DSI: Increase HS TX timeout
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>
Diffstat (limited to 'drivers/video/omap2/dss')
-rw-r--r-- | drivers/video/omap2/dss/dsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/dsi.c b/drivers/video/omap2/dss/dsi.c index 3af207b2bde3..eb90de5e1078 100644 --- a/drivers/video/omap2/dss/dsi.c +++ b/drivers/video/omap2/dss/dsi.c @@ -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: |