diff options
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r-- | include/drm/drmP.h | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index ef675dbaccee..ac4ca4b59fdf 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
@@ -1097,25 +1097,9 @@ extern int drm_mmap(struct file *filp, struct vm_area_struct *vma); | |||
1097 | extern void drm_vm_open_locked(struct drm_device *dev, struct vm_area_struct *vma); | 1097 | extern void drm_vm_open_locked(struct drm_device *dev, struct vm_area_struct *vma); |
1098 | extern unsigned int drm_poll(struct file *filp, struct poll_table_struct *wait); | 1098 | extern unsigned int drm_poll(struct file *filp, struct poll_table_struct *wait); |
1099 | 1099 | ||
1100 | /* Misc. IOCTL support (drm_ioctl.h) */ | 1100 | /* Misc. IOCTL support (drm_ioctl.c) */ |
1101 | extern int drm_getunique(struct drm_device *dev, void *data, | 1101 | int drm_noop(struct drm_device *dev, void *data, |
1102 | struct drm_file *file_priv); | 1102 | struct drm_file *file_priv); |
1103 | extern int drm_setunique(struct drm_device *dev, void *data, | ||
1104 | struct drm_file *file_priv); | ||
1105 | extern int drm_getmap(struct drm_device *dev, void *data, | ||
1106 | struct drm_file *file_priv); | ||
1107 | extern int drm_getclient(struct drm_device *dev, void *data, | ||
1108 | struct drm_file *file_priv); | ||
1109 | extern int drm_getstats(struct drm_device *dev, void *data, | ||
1110 | struct drm_file *file_priv); | ||
1111 | extern int drm_getcap(struct drm_device *dev, void *data, | ||
1112 | struct drm_file *file_priv); | ||
1113 | extern int drm_setclientcap(struct drm_device *dev, void *data, | ||
1114 | struct drm_file *file_priv); | ||
1115 | extern int drm_setversion(struct drm_device *dev, void *data, | ||
1116 | struct drm_file *file_priv); | ||
1117 | extern int drm_noop(struct drm_device *dev, void *data, | ||
1118 | struct drm_file *file_priv); | ||
1119 | 1103 | ||
1120 | /* Cache management (drm_cache.c) */ | 1104 | /* Cache management (drm_cache.c) */ |
1121 | void drm_clflush_pages(struct page *pages[], unsigned long num_pages); | 1105 | void drm_clflush_pages(struct page *pages[], unsigned long num_pages); |