summaryrefslogtreecommitdiff
path: root/include/drm/drm_crtc.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-07-25 15:47:18 (GMT)
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-08-08 15:46:40 (GMT)
commita6a8bb848d5ca40bc0eb708ddeb23df2b0eca1fb (patch)
tree6d746abb0ea078eab69b3595215fa8c96ff36b99 /include/drm/drm_crtc.h
parent10f637bf292ba501f9b9e9df6dfe21d8fa521fbd (diff)
downloadlinux-a6a8bb848d5ca40bc0eb708ddeb23df2b0eca1fb.tar.xz
drm: Move modeset_lock_all helpers to drm_modeset_lock.[hc]
Somehow we've forgotten about this little bit of OCD. Reviewed-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r--include/drm/drm_crtc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 9f18e70..a11d734 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -218,10 +218,6 @@ struct drm_property {
struct list_head enum_blob_list;
};
-void drm_modeset_lock_all(struct drm_device *dev);
-void drm_modeset_unlock_all(struct drm_device *dev);
-void drm_warn_on_modeset_not_all_locked(struct drm_device *dev);
-
struct drm_crtc;
struct drm_connector;
struct drm_encoder;