OMAPDSS: APPLY: Add manager set/unset output ops for omap_overlay_manager
authorArchit Taneja <archit@ti.com>
Wed, 26 Sep 2012 11:12:39 +0000 (16:42 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 26 Sep 2012 11:58:31 +0000 (14:58 +0300)
commit97f01b3a2ed6d46132bf4e2d237c27846e7b260a
tree27c7a36c7ea6dbd51b6bf0a5edb04a861e8ac381
parent6d71b923e53184808b0206ebd74159c41a2dcf38
OMAPDSS: APPLY: Add manager set/unset output ops for omap_overlay_manager

Add set_output/unset_output ops for overlay managers, these form links between
managers and outputs. Create a function in dss features which tell all the
output instances that connect to a manager, use it when a manager tries to set
an output. Add a constraint of not unsetting an output when the manager is
enabled.

Keep the omap_dss_device pointer and set/unset_device ops in overlay_manager for
now to not break things. Keep the dss feature function get_supported_displays
as it's used in some places. These will be removed later.

Signed-off-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/apply.c
drivers/video/omap2/dss/dss.h
drivers/video/omap2/dss/dss_features.c
drivers/video/omap2/dss/dss_features.h
drivers/video/omap2/dss/manager.c
include/video/omapdss.h