diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-02-19 10:37:09 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-03-03 10:38:21 -0500 |
commit | caaecd9abe6c67a52fa6fd444d8dffb4ca3833c9 (patch) | |
tree | 6da94a40a8b279251cb0e5e01a141c2f635efd40 /include/video/omapdss.h | |
parent | 564c7c7510b119d3a6295f9e159202636cbf3bbe (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.h | 16 |
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); | |||
894 | int omapdss_compat_init(void); | 894 | int omapdss_compat_init(void); |
895 | void omapdss_compat_uninit(void); | 895 | void omapdss_compat_uninit(void); |
896 | 896 | ||
897 | int dss_mgr_connect(struct omap_overlay_manager *mgr, | ||
898 | struct omap_dss_device *dst); | ||
899 | void dss_mgr_disconnect(struct omap_overlay_manager *mgr, | ||
900 | struct omap_dss_device *dst); | ||
901 | void dss_mgr_set_timings(struct omap_overlay_manager *mgr, | ||
902 | const struct omap_video_timings *timings); | ||
903 | void dss_mgr_set_lcd_config(struct omap_overlay_manager *mgr, | ||
904 | const struct dss_lcd_mgr_config *config); | ||
905 | int dss_mgr_enable(struct omap_overlay_manager *mgr); | ||
906 | void dss_mgr_disable(struct omap_overlay_manager *mgr); | ||
907 | void dss_mgr_start_update(struct omap_overlay_manager *mgr); | ||
908 | int dss_mgr_register_framedone_handler(struct omap_overlay_manager *mgr, | ||
909 | void (*handler)(void *), void *data); | ||
910 | void dss_mgr_unregister_framedone_handler(struct omap_overlay_manager *mgr, | ||
911 | void (*handler)(void *), void *data); | ||
912 | |||
913 | static inline bool omapdss_device_is_connected(struct omap_dss_device *dssdev) | 897 | static inline bool omapdss_device_is_connected(struct omap_dss_device *dssdev) |
914 | { | 898 | { |
915 | return dssdev->src; | 899 | return dssdev->src; |