diff options
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r-- | include/drm/drm_crtc.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 45f133228553..eb40a967fc65 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h | |||
@@ -948,9 +948,6 @@ extern int drm_object_property_set_value(struct drm_mode_object *obj, | |||
948 | extern int drm_object_property_get_value(struct drm_mode_object *obj, | 948 | extern int drm_object_property_get_value(struct drm_mode_object *obj, |
949 | struct drm_property *property, | 949 | struct drm_property *property, |
950 | uint64_t *value); | 950 | uint64_t *value); |
951 | extern struct drm_display_mode *drm_crtc_mode_create(struct drm_device *dev); | ||
952 | extern void drm_framebuffer_set_object(struct drm_device *dev, | ||
953 | unsigned long handle); | ||
954 | extern int drm_framebuffer_init(struct drm_device *dev, | 951 | extern int drm_framebuffer_init(struct drm_device *dev, |
955 | struct drm_framebuffer *fb, | 952 | struct drm_framebuffer *fb, |
956 | const struct drm_framebuffer_funcs *funcs); | 953 | const struct drm_framebuffer_funcs *funcs); |
@@ -961,10 +958,6 @@ extern void drm_framebuffer_reference(struct drm_framebuffer *fb); | |||
961 | extern void drm_framebuffer_remove(struct drm_framebuffer *fb); | 958 | extern void drm_framebuffer_remove(struct drm_framebuffer *fb); |
962 | extern void drm_framebuffer_cleanup(struct drm_framebuffer *fb); | 959 | extern void drm_framebuffer_cleanup(struct drm_framebuffer *fb); |
963 | extern void drm_framebuffer_unregister_private(struct drm_framebuffer *fb); | 960 | extern void drm_framebuffer_unregister_private(struct drm_framebuffer *fb); |
964 | extern int drmfb_probe(struct drm_device *dev, struct drm_crtc *crtc); | ||
965 | extern int drmfb_remove(struct drm_device *dev, struct drm_framebuffer *fb); | ||
966 | extern void drm_crtc_probe_connector_modes(struct drm_device *dev, int maxX, int maxY); | ||
967 | extern bool drm_crtc_in_use(struct drm_crtc *crtc); | ||
968 | 961 | ||
969 | extern void drm_object_attach_property(struct drm_mode_object *obj, | 962 | extern void drm_object_attach_property(struct drm_mode_object *obj, |
970 | struct drm_property *property, | 963 | struct drm_property *property, |
@@ -1039,10 +1032,6 @@ extern int drm_mode_getblob_ioctl(struct drm_device *dev, | |||
1039 | void *data, struct drm_file *file_priv); | 1032 | void *data, struct drm_file *file_priv); |
1040 | extern int drm_mode_connector_property_set_ioctl(struct drm_device *dev, | 1033 | extern int drm_mode_connector_property_set_ioctl(struct drm_device *dev, |
1041 | void *data, struct drm_file *file_priv); | 1034 | void *data, struct drm_file *file_priv); |
1042 | extern int drm_mode_hotplug_ioctl(struct drm_device *dev, | ||
1043 | void *data, struct drm_file *file_priv); | ||
1044 | extern int drm_mode_replacefb(struct drm_device *dev, | ||
1045 | void *data, struct drm_file *file_priv); | ||
1046 | extern int drm_mode_getencoder(struct drm_device *dev, | 1035 | extern int drm_mode_getencoder(struct drm_device *dev, |
1047 | void *data, struct drm_file *file_priv); | 1036 | void *data, struct drm_file *file_priv); |
1048 | extern int drm_mode_gamma_get_ioctl(struct drm_device *dev, | 1037 | extern int drm_mode_gamma_get_ioctl(struct drm_device *dev, |