OMAP: DSS2: remove non-working msleep(40) workaround
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 20 May 2010 12:13:12 +0000 (15:13 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 11 May 2011 11:19:22 +0000 (14:19 +0300)
The sleep workaround for the problem described in the comment doesn't
really work. This patch removes the workaround, and improves the comment
about the bug, and proposes an userspace workaround.

omap_dss_set_manager() is called 6 times when loading omapdss and
omapfb, which means that 40ms * 6 = 240ms was spent sleeping when
booting up.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found