aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/dss_features.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2017-08-05 01:44:18 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2017-08-15 15:18:25 +0300
commit51919572c89a0c5dcf0cfff4ba4b36e175f091c7 (patch)
tree826d1b0a38b4422ffe6f0725023a182fa96276fc /drivers/gpu/drm/omapdrm/dss/dss_features.h
parent9f0fbaea5cd6b6a0a75a53f99e5c6b3049dd0ce1 (diff)
downloadkernel_replicant_linux-51919572c89a0c5dcf0cfff4ba4b36e175f091c7.tar.gz
kernel_replicant_linux-51919572c89a0c5dcf0cfff4ba4b36e175f091c7.tar.bz2
kernel_replicant_linux-51919572c89a0c5dcf0cfff4ba4b36e175f091c7.zip
drm: omapdrm: Move supported outputs feature to dss driver
The supported outputs feature is specific to the DSS, move it from the omap_dss_features structure to the dss driver. The omap_dss_features structure is now empty and can be removed. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/dss_features.h')
-rw-r--r--drivers/gpu/drm/omapdrm/dss/dss_features.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/dss_features.h b/drivers/gpu/drm/omapdrm/dss/dss_features.h
index c43d49d00c3f..058c30269764 100644
--- a/drivers/gpu/drm/omapdrm/dss/dss_features.h
+++ b/drivers/gpu/drm/omapdrm/dss/dss_features.h
@@ -25,8 +25,4 @@
#define MAX_DSS_LCD_MANAGERS 3
#define MAX_NUM_DSI 2
-void dss_features_init(enum omapdss_version version);
-
-enum omap_dss_output_id dss_feat_get_supported_outputs(enum omap_channel channel);
-
#endif