]> git.baikalelectronics.ru Git - kernel.git/commit
OMAP: DSS2: DSI: sync when disabling a display
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 16 Jun 2011 11:34:06 +0000 (14:34 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 1 Jul 2011 09:07:13 +0000 (12:07 +0300)
commit1fcc8583e43e4eabeb17e1a01c4bacc96496fc11
tree7f4f10e60922b9a1a7c114600b04eba17f89a792
parentcf557ebe0ac49ac2b799bc66a2b412b0b8d7e785
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>
drivers/video/omap2/displays/panel-taal.c
drivers/video/omap2/dss/dsi.c