aboutsummaryrefslogtreecommitdiffstats
path: root/include/video/omapdss.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2016-02-19 10:37:09 -0500
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-03-03 10:38:21 -0500
commitcaaecd9abe6c67a52fa6fd444d8dffb4ca3833c9 (patch)
tree6da94a40a8b279251cb0e5e01a141c2f635efd40 /include/video/omapdss.h
parent564c7c7510b119d3a6295f9e159202636cbf3bbe (diff)
drm/omap: move dss_mgr_* declarations to omapdrm/omapfb
This patch continues the work to create private versions of the omapdss.h header for omapdrm and omapfb. This one moves the dss_mgr_* function declarations. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video/omapdss.h')
-rw-r--r--include/video/omapdss.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 88231883cae5..b50ebcd2f460 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -894,22 +894,6 @@ int omap_dispc_unregister_isr(omap_dispc_isr_t isr, void *arg, u32 mask);
894int omapdss_compat_init(void); 894int omapdss_compat_init(void);
895void omapdss_compat_uninit(void); 895void omapdss_compat_uninit(void);
896 896
897int dss_mgr_connect(struct omap_overlay_manager *mgr,
898 struct omap_dss_device *dst);
899void dss_mgr_disconnect(struct omap_overlay_manager *mgr,
900 struct omap_dss_device *dst);
901void dss_mgr_set_timings(struct omap_overlay_manager *mgr,
902 const struct omap_video_timings *timings);
903void dss_mgr_set_lcd_config(struct omap_overlay_manager *mgr,
904 const struct dss_lcd_mgr_config *config);
905int dss_mgr_enable(struct omap_overlay_manager *mgr);
906void dss_mgr_disable(struct omap_overlay_manager *mgr);
907void dss_mgr_start_update(struct omap_overlay_manager *mgr);
908int dss_mgr_register_framedone_handler(struct omap_overlay_manager *mgr,
909 void (*handler)(void *), void *data);
910void dss_mgr_unregister_framedone_handler(struct omap_overlay_manager *mgr,
911 void (*handler)(void *), void *data);
912
913static inline bool omapdss_device_is_connected(struct omap_dss_device *dssdev) 897static inline bool omapdss_device_is_connected(struct omap_dss_device *dssdev)
914{ 898{
915 return dssdev->src; 899 return dssdev->src;