aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r--include/drm/drmP.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 45d09639e9d2..989cefe33c7b 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1037,12 +1037,6 @@ struct drm_device {
1037 struct drm_minor *control; /**< Control node for card */ 1037 struct drm_minor *control; /**< Control node for card */
1038 struct drm_minor *primary; /**< render type primary screen head */ 1038 struct drm_minor *primary; /**< render type primary screen head */
1039 1039
1040 /** \name Drawable information */
1041 /*@{ */
1042 spinlock_t drw_lock;
1043 struct idr drw_idr;
1044 /*@} */
1045
1046 struct drm_mode_config mode_config; /**< Current mode config */ 1040 struct drm_mode_config mode_config; /**< Current mode config */
1047 1041
1048 /** \name GEM information */ 1042 /** \name GEM information */
@@ -1229,15 +1223,6 @@ extern int drm_setsareactx(struct drm_device *dev, void *data,
1229extern int drm_getsareactx(struct drm_device *dev, void *data, 1223extern int drm_getsareactx(struct drm_device *dev, void *data,
1230 struct drm_file *file_priv); 1224 struct drm_file *file_priv);
1231 1225
1232 /* Drawable IOCTL support (drm_drawable.h) */
1233extern int drm_adddraw(struct drm_device *dev, void *data,
1234 struct drm_file *file_priv);
1235extern int drm_rmdraw(struct drm_device *dev, void *data,
1236 struct drm_file *file_priv);
1237extern int drm_update_drawable_info(struct drm_device *dev, void *data,
1238 struct drm_file *file_priv);
1239extern void drm_drawable_free_all(struct drm_device *dev);
1240
1241 /* Authentication IOCTL support (drm_auth.h) */ 1226 /* Authentication IOCTL support (drm_auth.h) */
1242extern int drm_getmagic(struct drm_device *dev, void *data, 1227extern int drm_getmagic(struct drm_device *dev, void *data,
1243 struct drm_file *file_priv); 1228 struct drm_file *file_priv);