]> Pileus Git - ~andy/linux/commit
OMAPDSS: remove ovl/mgr check-code temporarily
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 15 Nov 2011 11:37:33 +0000 (13:37 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Dec 2011 06:54:40 +0000 (08:54 +0200)
commit5738b633136a41923b4ba75e6b1a160d08539c99
treedefce896713834dca98dd78a88de5c45fc746a5e
parenteb70d739adf2266e744a784a1272f1c92a257b81
OMAPDSS: remove ovl/mgr check-code temporarily

DSS currently tries to check that the given overlay and overlay manager
settings are acceptable, but the code does not work quite properly.
Things may change between the check and the actual use of the settings.

Furthermore, the following patches will rewrite how settings are
configured and managed, and trying to keep the (broken) settings
checking working during the rewrite would be very difficult.

This patch removes the checking code, and a working version of checking
will be added back after the settings rewrite has been done.

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