aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/dss.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-11-15 05:11:11 -0500
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-12-02 01:54:39 -0500
commitf77b30700e5c0a6b5220b3a964bf6c40d5e71416 (patch)
tree3f1ee820f481f8e2a606852414b599c067564ff5 /drivers/video/omap2/dss/dss.h
parentd09c7aa8989caf44e8754e8aa81ce80217a0e98a (diff)
OMAPDSS: APPLY: move ovl funcs to apply.c
apply.c will handle the management of dispc in the future patches. This patch moves overlay related functions to apply.c so that they will have access to the private data and functions of apply.c. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/dss.h')
-rw-r--r--drivers/video/omap2/dss/dss.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dss.h b/drivers/video/omap2/dss/dss.h
index 1535496677ba..163b9d9b7a44 100644
--- a/drivers/video/omap2/dss/dss.h
+++ b/drivers/video/omap2/dss/dss.h
@@ -172,6 +172,14 @@ int omap_dss_mgr_apply(struct omap_overlay_manager *mgr);
172void dss_mgr_enable(struct omap_overlay_manager *mgr); 172void dss_mgr_enable(struct omap_overlay_manager *mgr);
173void dss_mgr_disable(struct omap_overlay_manager *mgr); 173void dss_mgr_disable(struct omap_overlay_manager *mgr);
174 174
175int dss_ovl_set_info(struct omap_overlay *ovl,
176 struct omap_overlay_info *info);
177void dss_ovl_get_info(struct omap_overlay *ovl,
178 struct omap_overlay_info *info);
179int dss_ovl_set_manager(struct omap_overlay *ovl,
180 struct omap_overlay_manager *mgr);
181int dss_ovl_unset_manager(struct omap_overlay *ovl);
182
175/* display */ 183/* display */
176int dss_suspend_all_devices(void); 184int dss_suspend_all_devices(void);
177int dss_resume_all_devices(void); 185int dss_resume_all_devices(void);