OMAPDSS: add omapdss_compat_init()
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 10 Oct 2012 07:26:45 +0000 (10:26 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 7 Dec 2012 15:05:53 +0000 (17:05 +0200)
commit8dd2491a4216778a81668581041ba1c06453ed6c
tree9f33e6a52bb4b7adc781de3763e6c87304c25a4f
parent6b6f1edfdb6c41e630e4a70d64a8e8817b3170c2
OMAPDSS: add omapdss_compat_init()

Add two new exported functions, omapdss_compat_init and
omapdss_compat_uninit, which are to be used by omapfb, omap_vout to
enable compatibility mode for omapdss. The functions are called by
omapdss internally for now, and moved to other drivers later.

The compatibility mode is implemented fully in the following patches.
For now, enabling compat mode only sets up the private data in apply.c.

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