commit | 15ffa1dac53820bb712851d329ba465f74b00f76 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Jun 16 14:34:06 2011 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Jul 01 12:07:13 2011 +0300 |
tree | 7f4f10e60922b9a1a7c114600b04eba17f89a792 | |
parent | 3c07cae2cccc4e40ff66521701a3c8eeda8726e1 [diff] |
OMAP: DSS2: DSI: sync when disabling a display When the panel driver calls omapdss_dsi_display_disable() it is possible that there are still some unsent packets in the TX fifo. Add dsi_sync_vc() calls in the beginning of omapdss_dsi_display_disable() to make sure the TX fifos are empty. This allows us to remove the msleep(10) hack from panel-taal.c Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>