diff options
Diffstat (limited to 'drivers/gpu/drm/drm_crtc_internal.h')
-rw-r--r-- | drivers/gpu/drm/drm_crtc_internal.h | 18 |
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 | ||
44 | void drm_fb_release(struct drm_file *file_priv); | 44 | void drm_fb_release(struct drm_file *file_priv); |
45 | 45 | ||
46 | /* dumb buffer support IOCTLs */ | ||
47 | int drm_mode_create_dumb_ioctl(struct drm_device *dev, | ||
48 | void *data, struct drm_file *file_priv); | ||
49 | int drm_mode_mmap_dumb_ioctl(struct drm_device *dev, | ||
50 | void *data, struct drm_file *file_priv); | ||
51 | int drm_mode_destroy_dumb_ioctl(struct drm_device *dev, | ||
52 | void *data, struct drm_file *file_priv); | ||
53 | |||
54 | /* IOCTLs */ | 46 | /* IOCTLs */ |
55 | int drm_mode_getresources(struct drm_device *dev, | 47 | int 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, | |||
59 | int drm_mode_setcrtc(struct drm_device *dev, | 51 | int 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 */ | ||
57 | int drm_mode_create_dumb_ioctl(struct drm_device *dev, | ||
58 | void *data, struct drm_file *file_priv); | ||
59 | int drm_mode_mmap_dumb_ioctl(struct drm_device *dev, | ||
60 | void *data, struct drm_file *file_priv); | ||
61 | int 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 */ |