]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd6d7f8d036cd2af41aba6dffd0be45644dabe08d
tree9f33e6a52bb4b7adc781de3763e6c87304c25a4f
parent543774e77e59b9539309b2fb0577e582a7795063
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