aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc.h
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2014-06-03 07:56:23 -0400
committerDave Airlie <airlied@redhat.com>2014-06-03 23:18:44 -0400
commitd5ab2b430b3cec65ba5b30b2e1de8ea46715cb93 (patch)
tree8ffc31ba96f52c75ff4ff562c0db93ce55452156 /include/drm/drm_crtc.h
parent83a8cfd3d7c4f1e3411e5b8bb02de095e0af4562 (diff)
drm: drop drm_get_connector_name() and drm_get_encoder_name()
No longer used or needed as the structs have a name field. Acked-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r--include/drm/drm_crtc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 5c1c31cc11cd..e8fe9d8e135c 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -909,7 +909,6 @@ extern int drm_crtc_check_viewport(const struct drm_crtc *crtc,
909 909
910extern void drm_encoder_cleanup(struct drm_encoder *encoder); 910extern void drm_encoder_cleanup(struct drm_encoder *encoder);
911 911
912extern const char *drm_get_connector_name(const struct drm_connector *connector);
913extern const char *drm_get_connector_status_name(enum drm_connector_status status); 912extern const char *drm_get_connector_status_name(enum drm_connector_status status);
914extern const char *drm_get_subpixel_order_name(enum subpixel_order order); 913extern const char *drm_get_subpixel_order_name(enum subpixel_order order);
915extern const char *drm_get_dpms_name(int val); 914extern const char *drm_get_dpms_name(int val);
@@ -972,7 +971,6 @@ extern int drm_mode_create_tv_properties(struct drm_device *dev, int num_formats
972 char *formats[]); 971 char *formats[]);
973extern int drm_mode_create_scaling_mode_property(struct drm_device *dev); 972extern int drm_mode_create_scaling_mode_property(struct drm_device *dev);
974extern int drm_mode_create_dirty_info_property(struct drm_device *dev); 973extern int drm_mode_create_dirty_info_property(struct drm_device *dev);
975extern const char *drm_get_encoder_name(const struct drm_encoder *encoder);
976 974
977extern int drm_mode_connector_attach_encoder(struct drm_connector *connector, 975extern int drm_mode_connector_attach_encoder(struct drm_connector *connector,
978 struct drm_encoder *encoder); 976 struct drm_encoder *encoder);