aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_connector.h')
-rw-r--r--include/drm/drm_connector.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/drm/drm_connector.h b/include/drm/drm_connector.h
index af0a761f52f0..665b9cae7f43 100644
--- a/include/drm/drm_connector.h
+++ b/include/drm/drm_connector.h
@@ -1211,30 +1211,6 @@ static inline void drm_connector_put(struct drm_connector *connector)
1211} 1211}
1212 1212
1213/** 1213/**
1214 * drm_connector_reference - acquire a connector reference
1215 * @connector: DRM connector
1216 *
1217 * This is a compatibility alias for drm_connector_get() and should not be
1218 * used by new code.
1219 */
1220static inline void drm_connector_reference(struct drm_connector *connector)
1221{
1222 drm_connector_get(connector);
1223}
1224
1225/**
1226 * drm_connector_unreference - release a connector reference
1227 * @connector: DRM connector
1228 *
1229 * This is a compatibility alias for drm_connector_put() and should not be
1230 * used by new code.
1231 */
1232static inline void drm_connector_unreference(struct drm_connector *connector)
1233{
1234 drm_connector_put(connector);
1235}
1236
1237/**
1238 * drm_connector_is_unregistered - has the connector been unregistered from 1214 * drm_connector_is_unregistered - has the connector been unregistered from
1239 * userspace? 1215 * userspace?
1240 * @connector: DRM connector 1216 * @connector: DRM connector