diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-02-19 15:37:09 (GMT) |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-03-03 15:38:21 (GMT) |
commit | caaecd9abe6c67a52fa6fd444d8dffb4ca3833c9 (patch) | |
tree | 6da94a40a8b279251cb0e5e01a141c2f635efd40 /include/video | |
parent | 564c7c7510b119d3a6295f9e159202636cbf3bbe (diff) | |
download | linux-caaecd9abe6c67a52fa6fd444d8dffb4ca3833c9.tar.xz |
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')
-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 8823188..b50ebcd 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); int omapdss_compat_init(void); void omapdss_compat_uninit(void); -int dss_mgr_connect(struct omap_overlay_manager *mgr, - struct omap_dss_device *dst); -void dss_mgr_disconnect(struct omap_overlay_manager *mgr, - struct omap_dss_device *dst); -void dss_mgr_set_timings(struct omap_overlay_manager *mgr, - const struct omap_video_timings *timings); -void dss_mgr_set_lcd_config(struct omap_overlay_manager *mgr, - const struct dss_lcd_mgr_config *config); -int dss_mgr_enable(struct omap_overlay_manager *mgr); -void dss_mgr_disable(struct omap_overlay_manager *mgr); -void dss_mgr_start_update(struct omap_overlay_manager *mgr); -int dss_mgr_register_framedone_handler(struct omap_overlay_manager *mgr, - void (*handler)(void *), void *data); -void dss_mgr_unregister_framedone_handler(struct omap_overlay_manager *mgr, - void (*handler)(void *), void *data); - static inline bool omapdss_device_is_connected(struct omap_dss_device *dssdev) { return dssdev->src; |