]> git.baikalelectronics.ru Git - kernel.git/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)
commit0f77f59b7d4443e648a08faa1dd1a949e4c15f41
treedefce896713834dca98dd78a88de5c45fc746a5e
parent208a8588b72a4fc413ab9de4dcd1e9f19e7d68b7
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