OMAPDSS: DISPC: Remove blocking code from dispc_wb_enable()
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 19 Oct 2012 11:23:06 +0000 (14:23 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 27 Nov 2012 10:27:02 +0000 (12:27 +0200)
commitb08e3e1342ff836e47767daa47211692d865e730
treeb3c7484384d3aa833ad002310bd6cb45aa056ad8
parent15f5e7324a683ee1c2991a9953103dd9b3b6fa5e
OMAPDSS: DISPC: Remove blocking code from dispc_wb_enable()

WB will not be used with compat-mode, i.e. from omapfb. This means we
don't need the current complex dispc_wb_enable function, but can have a
simple register write version of the function.

This patch removes all the extra code from dispc_wb_enable()

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dispc.c