|
@@ -554,13 +554,6 @@ enum dss_writeback_channel {
|
|
|
};
|
|
|
|
|
|
struct dss_mgr_ops {
|
|
|
- int (*connect)(struct omap_drm_private *priv,
|
|
|
- enum omap_channel channel,
|
|
|
- struct omap_dss_device *dst);
|
|
|
- void (*disconnect)(struct omap_drm_private *priv,
|
|
|
- enum omap_channel channel,
|
|
|
- struct omap_dss_device *dst);
|
|
|
-
|
|
|
void (*start_update)(struct omap_drm_private *priv,
|
|
|
enum omap_channel channel);
|
|
|
int (*enable)(struct omap_drm_private *priv,
|
|
@@ -586,8 +579,6 @@ int dss_install_mgr_ops(struct dss_device *dss,
|
|
|
struct omap_drm_private *priv);
|
|
|
void dss_uninstall_mgr_ops(struct dss_device *dss);
|
|
|
|
|
|
-int dss_mgr_connect(struct omap_dss_device *dssdev);
|
|
|
-void dss_mgr_disconnect(struct omap_dss_device *dssdev);
|
|
|
void dss_mgr_set_timings(struct omap_dss_device *dssdev,
|
|
|
const struct videomode *vm);
|
|
|
void dss_mgr_set_lcd_config(struct omap_dss_device *dssdev,
|