aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_crtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index eb91d520ce0b..07e2956d9644 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -861,6 +861,7 @@ extern char *drm_get_tv_subconnector_name(int val);
861extern char *drm_get_tv_select_name(int val); 861extern char *drm_get_tv_select_name(int val);
862extern void drm_fb_release(struct drm_file *file_priv); 862extern void drm_fb_release(struct drm_file *file_priv);
863extern int drm_mode_group_init_legacy_group(struct drm_device *dev, struct drm_mode_group *group); 863extern int drm_mode_group_init_legacy_group(struct drm_device *dev, struct drm_mode_group *group);
864extern bool drm_probe_ddc(struct i2c_adapter *adapter);
864extern struct edid *drm_get_edid(struct drm_connector *connector, 865extern struct edid *drm_get_edid(struct drm_connector *connector,
865 struct i2c_adapter *adapter); 866 struct i2c_adapter *adapter);
866extern int drm_add_edid_modes(struct drm_connector *connector, struct edid *edid); 867extern int drm_add_edid_modes(struct drm_connector *connector, struct edid *edid);