commit | 8dd2491a4216778a81668581041ba1c06453ed6c | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Oct 10 10:26:45 2012 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Dec 07 17:05:53 2012 +0200 |
tree | 9f33e6a52bb4b7adc781de3763e6c87304c25a4f | |
parent | 6b6f1edfdb6c41e630e4a70d64a8e8817b3170c2 [diff] |
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>