aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r--include/drm/drm_crtc.h11
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,
948extern int drm_object_property_get_value(struct drm_mode_object *obj, 948extern 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);
951extern struct drm_display_mode *drm_crtc_mode_create(struct drm_device *dev);
952extern void drm_framebuffer_set_object(struct drm_device *dev,
953 unsigned long handle);
954extern int drm_framebuffer_init(struct drm_device *dev, 951extern 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);
961extern void drm_framebuffer_remove(struct drm_framebuffer *fb); 958extern void drm_framebuffer_remove(struct drm_framebuffer *fb);
962extern void drm_framebuffer_cleanup(struct drm_framebuffer *fb); 959extern void drm_framebuffer_cleanup(struct drm_framebuffer *fb);
963extern void drm_framebuffer_unregister_private(struct drm_framebuffer *fb); 960extern void drm_framebuffer_unregister_private(struct drm_framebuffer *fb);
964extern int drmfb_probe(struct drm_device *dev, struct drm_crtc *crtc);
965extern int drmfb_remove(struct drm_device *dev, struct drm_framebuffer *fb);
966extern void drm_crtc_probe_connector_modes(struct drm_device *dev, int maxX, int maxY);
967extern bool drm_crtc_in_use(struct drm_crtc *crtc);
968 961
969extern void drm_object_attach_property(struct drm_mode_object *obj, 962extern 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);
1040extern int drm_mode_connector_property_set_ioctl(struct drm_device *dev, 1033extern 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);
1042extern int drm_mode_hotplug_ioctl(struct drm_device *dev,
1043 void *data, struct drm_file *file_priv);
1044extern int drm_mode_replacefb(struct drm_device *dev,
1045 void *data, struct drm_file *file_priv);
1046extern int drm_mode_getencoder(struct drm_device *dev, 1035extern int drm_mode_getencoder(struct drm_device *dev,
1047 void *data, struct drm_file *file_priv); 1036 void *data, struct drm_file *file_priv);
1048extern int drm_mode_gamma_get_ioctl(struct drm_device *dev, 1037extern int drm_mode_gamma_get_ioctl(struct drm_device *dev,