Tomi Valkeinen 74b65ec245 OMAPDSS: add manager ops
The output drivers need some operations from the overlay managers, like
enable and set_timings. These will affect the dispc registers, and need
to be synchronized with the composition-side changes with overlays and
overlay managers.

We want to handle these calls in the apply.c in the compatibility mode,
but when in non-compat mode, the calls need to be handled by some other
component (e.g. omapdrm).

To make this possible, this patch creates a set of function pointers in
a dss_mgr_ops struct, that is used to redirect the calls into the
correct destination.

The non-compat users can install their mgr ops with
dss_install_mgr_ops() function.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2012-12-07 17:05:55 +02:00
..
2012-10-12 10:21:02 +09:00
2012-04-08 14:27:08 +00:00
2012-10-12 10:21:02 +09:00
2012-10-12 10:21:02 +09:00
2012-12-07 17:05:55 +02:00
2012-10-12 10:21:02 +09:00
2012-04-08 14:27:09 +00:00
2012-07-24 12:58:15 +02:00
2012-10-12 10:21:02 +09:00
2012-10-12 10:21:02 +09:00
2012-10-12 10:21:02 +09:00
2012-07-08 14:03:17 +00:00
2012-09-22 21:16:20 +00:00
2012-07-24 12:58:15 +02:00
2012-10-12 10:21:02 +09:00
2012-10-12 10:21:02 +09:00
2012-10-12 10:21:02 +09:00
2012-10-12 10:21:02 +09:00
2012-10-12 10:21:02 +09:00
2012-10-12 10:21:02 +09:00
2012-10-12 10:21:02 +09:00
2012-07-08 14:03:50 +00:00
2012-09-01 08:51:03 -07:00
2012-10-12 10:21:02 +09:00
2012-10-01 19:11:38 -07:00