diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-11-15 05:11:11 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-12-02 01:54:39 -0500 |
commit | f77b30700e5c0a6b5220b3a964bf6c40d5e71416 (patch) | |
tree | 3f1ee820f481f8e2a606852414b599c067564ff5 /drivers/video/omap2/dss/dss.h | |
parent | d09c7aa8989caf44e8754e8aa81ce80217a0e98a (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.h | 8 |
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); | |||
172 | void dss_mgr_enable(struct omap_overlay_manager *mgr); | 172 | void dss_mgr_enable(struct omap_overlay_manager *mgr); |
173 | void dss_mgr_disable(struct omap_overlay_manager *mgr); | 173 | void dss_mgr_disable(struct omap_overlay_manager *mgr); |
174 | 174 | ||
175 | int dss_ovl_set_info(struct omap_overlay *ovl, | ||
176 | struct omap_overlay_info *info); | ||
177 | void dss_ovl_get_info(struct omap_overlay *ovl, | ||
178 | struct omap_overlay_info *info); | ||
179 | int dss_ovl_set_manager(struct omap_overlay *ovl, | ||
180 | struct omap_overlay_manager *mgr); | ||
181 | int dss_ovl_unset_manager(struct omap_overlay *ovl); | ||
182 | |||
175 | /* display */ | 183 | /* display */ |
176 | int dss_suspend_all_devices(void); | 184 | int dss_suspend_all_devices(void); |
177 | int dss_resume_all_devices(void); | 185 | int dss_resume_all_devices(void); |