]> git.baikalelectronics.ru Git - kernel.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)
commit19252f1fbcd6c2c11543ce7c9ed9bab116b23341
treeeb9f36fe29fcdb077654ae77c4755a32821eeefa
parent6ffddbc41af3e364794b63105eb1c485de7a7d5c
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