OMAPDSS: split overlay manager creation
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 14 May 2013 07:53:21 +0000 (10:53 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 17 Jun 2013 11:00:42 +0000 (14:00 +0300)
commit7f7cdbd6883fd58cfc4e538d451b455ca849bd63
treee6f5a9e4fc767f0bc88ed01fa9c484ed4a0cedec
parentbe8e8e1c62678765868c0bc7b8b5209c38af105c
OMAPDSS: split overlay manager creation

Split the function that creates overlay manager structs into two: one
that creates just the structs, and one that creates the sysfs files for
the manager.

This will help us use the overlay manager structs with omapdrm in the
following patches, while still leaving the sysfs files out.

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-sysfs.c
drivers/video/omap2/dss/manager.c