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-09 16:22:19 +09:00
2012-10-25 14:37:52 -07:00
2012-09-22 21:14:22 +00:00
2012-10-12 10:21:02 +09:00
2012-10-06 03:04:44 +09:00
2012-10-06 03:04:44 +09:00
2012-05-13 13:05:24 +00:00
2012-04-08 14:27:08 +00:00
2012-05-30 10:55:34 +02:00
2012-09-22 21:41:51 +00:00
2012-09-22 21:19:38 +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-10 02:06:18 +00:00
2012-09-22 21:35:41 +00:00
2012-10-12 10:21:02 +09:00
2012-09-22 21:31:01 +00:00
2012-10-09 16:22:19 +09:00
2012-08-23 13:19:46 +00:00
2012-09-22 21:41:53 +00:00
2012-09-22 21:41:52 +00:00
2012-05-22 19:22:50 -07:00
2012-04-08 14:27:09 +00:00
2012-08-23 12:32:09 +00:00
2012-04-29 19:35:35 +00:00
2012-04-29 19:35:40 +00:00
2012-04-29 19:35:42 +00:00
2012-09-22 21:35:02 +00:00
2012-08-23 12:59:58 +00:00
2012-07-24 13:34:56 -07:00
2012-09-22 21:35:02 +00:00
2012-09-22 21:35:02 +00:00
2012-06-09 12:51:11 +00:00
2012-09-22 21:41:52 +00:00
2012-09-22 21:41:51 +00:00
2012-07-24 12:58:15 +02:00
2012-05-11 16:18:01 +02:00
2012-08-23 12:59:02 +00:00
2012-09-22 21:41:52 +00:00
2012-10-12 10:21:02 +09:00
2012-09-17 13:29:23 +01:00
2012-10-12 10:21:02 +09:00
2012-10-09 16:22:19 +09:00
2012-07-29 12:25:06 +00:00
2012-10-09 16:22:19 +09:00
2012-10-09 16:22:19 +09:00
2012-05-29 13:00:03 +00:00
2012-08-23 13:06:12 +00:00
2012-10-12 10:21:02 +09:00
2012-07-08 14:03:17 +00:00
2012-10-06 03:04:44 +09: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-07-03 13:22:37 +08:00
2012-10-12 10:21:02 +09:00
2012-09-14 11:18:59 +02:00
2012-10-12 10:21:02 +09:00
2012-04-09 16:18:15 +00:00
2012-09-14 11:18:10 +02:00
2012-09-22 21:37:56 +00:00
2012-10-10 02:06:00 +00:00
2012-07-08 14:03:50 +00:00
2012-10-09 16:22:19 +09:00
2012-06-20 10:02:53 +02:00
2012-05-13 13:07:59 +00:00
2012-07-29 01:17:07 +00:00
2012-07-19 12:15:26 +02:00
2012-07-19 02:05:22 +02:00
2012-04-15 21:44:02 +00:00
2012-10-09 16:22:19 +09:00
2012-09-22 21:41:51 +00:00
2012-09-22 21:41:51 +00:00
2012-08-23 13:21:48 +00:00
2012-09-01 08:51:03 -07:00
2012-10-12 10:21:02 +09:00
2012-08-23 13:18:08 +00:00
2012-10-09 16:22:19 +09:00
2012-10-01 19:11:38 -07:00
2012-07-08 14:03:02 +00:00
2012-10-01 19:11:38 -07:00
2012-09-21 19:23:56 +12:00
2012-10-30 09:28:17 -04:00