From: Tomi Valkeinen Date: Thu, 16 Jun 2011 11:34:06 +0000 (+0300) Subject: OMAP: DSS2: DSI: sync when disabling a display X-Git-Tag: v3.1-rc1~98^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15ffa1dac53820bb712851d329ba465f74b00f76;p=pandora-kernel.git 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 --- Reading git-diff-tree failed