aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/drm_crtc_internal.h')
-rw-r--r--drivers/gpu/drm/drm_crtc_internal.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/drivers/gpu/drm/drm_crtc_internal.h b/drivers/gpu/drm/drm_crtc_internal.h
index c48ba02c5365..64bb3eb7f806 100644
--- a/drivers/gpu/drm/drm_crtc_internal.h
+++ b/drivers/gpu/drm/drm_crtc_internal.h
@@ -43,14 +43,6 @@ int drm_crtc_check_viewport(const struct drm_crtc *crtc,
43 43
44void drm_fb_release(struct drm_file *file_priv); 44void drm_fb_release(struct drm_file *file_priv);
45 45
46/* dumb buffer support IOCTLs */
47int drm_mode_create_dumb_ioctl(struct drm_device *dev,
48 void *data, struct drm_file *file_priv);
49int drm_mode_mmap_dumb_ioctl(struct drm_device *dev,
50 void *data, struct drm_file *file_priv);
51int drm_mode_destroy_dumb_ioctl(struct drm_device *dev,
52 void *data, struct drm_file *file_priv);
53
54/* IOCTLs */ 46/* IOCTLs */
55int drm_mode_getresources(struct drm_device *dev, 47int drm_mode_getresources(struct drm_device *dev,
56 void *data, struct drm_file *file_priv); 48 void *data, struct drm_file *file_priv);
@@ -59,6 +51,16 @@ int drm_mode_getcrtc(struct drm_device *dev,
59int drm_mode_setcrtc(struct drm_device *dev, 51int drm_mode_setcrtc(struct drm_device *dev,
60 void *data, struct drm_file *file_priv); 52 void *data, struct drm_file *file_priv);
61 53
54/* drm_dumb_buffers.c */
55
56/* IOCTLs */
57int drm_mode_create_dumb_ioctl(struct drm_device *dev,
58 void *data, struct drm_file *file_priv);
59int drm_mode_mmap_dumb_ioctl(struct drm_device *dev,
60 void *data, struct drm_file *file_priv);
61int drm_mode_destroy_dumb_ioctl(struct drm_device *dev,
62 void *data, struct drm_file *file_priv);
63
62/* drm_color_mgmt.c */ 64/* drm_color_mgmt.c */
63 65
64/* IOCTLs */ 66/* IOCTLs */