aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/omapdss.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2018-03-06 16:34:53 -0500
committerTomi Valkeinen <tomi.valkeinen@ti.com>2018-09-03 09:13:28 -0400
commit43f7078f6b6f8fed8edfbbdeff83e276306e5e6e (patch)
tree730f5b2a47aed9665139be803d8d880d954d8a0e /drivers/gpu/drm/omapdrm/dss/omapdss.h
parent0f37938c7c432c7737d85940475bcbd3c362447e (diff)
drm/omap: dss: Remove the dss_mgr_(dis)connect() operations
The dss_mgr .connect() and .disconnect() are implemented as no-op in omapdrm. The operations are unneeded, remove them. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/omapdss.h')
-rw-r--r--drivers/gpu/drm/omapdrm/dss/omapdss.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/omapdss.h b/drivers/gpu/drm/omapdrm/dss/omapdss.h
index 8ef0ac3d1d44..c00572ecb9d6 100644
--- a/drivers/gpu/drm/omapdrm/dss/omapdss.h
+++ b/drivers/gpu/drm/omapdrm/dss/omapdss.h
@@ -554,13 +554,6 @@ enum dss_writeback_channel {
554}; 554};
555 555
556struct dss_mgr_ops { 556struct dss_mgr_ops {
557 int (*connect)(struct omap_drm_private *priv,
558 enum omap_channel channel,
559 struct omap_dss_device *dst);
560 void (*disconnect)(struct omap_drm_private *priv,
561 enum omap_channel channel,
562 struct omap_dss_device *dst);
563
564 void (*start_update)(struct omap_drm_private *priv, 557 void (*start_update)(struct omap_drm_private *priv,
565 enum omap_channel channel); 558 enum omap_channel channel);
566 int (*enable)(struct omap_drm_private *priv, 559 int (*enable)(struct omap_drm_private *priv,
@@ -586,8 +579,6 @@ int dss_install_mgr_ops(struct dss_device *dss,
586 struct omap_drm_private *priv); 579 struct omap_drm_private *priv);
587void dss_uninstall_mgr_ops(struct dss_device *dss); 580void dss_uninstall_mgr_ops(struct dss_device *dss);
588 581
589int dss_mgr_connect(struct omap_dss_device *dssdev);
590void dss_mgr_disconnect(struct omap_dss_device *dssdev);
591void dss_mgr_set_timings(struct omap_dss_device *dssdev, 582void dss_mgr_set_timings(struct omap_dss_device *dssdev,
592 const struct videomode *vm); 583 const struct videomode *vm);
593void dss_mgr_set_lcd_config(struct omap_dss_device *dssdev, 584void dss_mgr_set_lcd_config(struct omap_dss_device *dssdev,