]> git.openfabrics.org - ~emulex/infiniband.git/commit
OMAPDSS: create apply.c
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 4 Nov 2011 07:48:54 +0000 (09:48 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Dec 2011 06:54:30 +0000 (08:54 +0200)
commit58f2554807a7dc627f1583d1d4363b85758cf685
treeeb9f36fe29fcdb077654ae77c4755a32821eeefa
parentd2bbb9bbd1503e8b5235fe316e7ee0c7f41daf7e
OMAPDSS: create apply.c

Create a new file, apply.c, and move code about handling the
apply-mechanism and configuration of the managers and overlays from
manager.c to apply.c.

Not all related code is moved in this patch, but only the core
apply/configure functions. The later patches move rest of the code from
overlay.c and manager.c, adding necessary locking at the same time.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/Makefile
drivers/video/omap2/dss/apply.c [new file with mode: 0644]
drivers/video/omap2/dss/core.c
drivers/video/omap2/dss/dss.h
drivers/video/omap2/dss/manager.c