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, 0 insertions, 1 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 0a9f73e8be26..7987eff5dab2 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -1032,7 +1032,6 @@ extern int drm_mode_gamma_get_ioctl(struct drm_device *dev,
1032 void *data, struct drm_file *file_priv); 1032 void *data, struct drm_file *file_priv);
1033extern int drm_mode_gamma_set_ioctl(struct drm_device *dev, 1033extern int drm_mode_gamma_set_ioctl(struct drm_device *dev,
1034 void *data, struct drm_file *file_priv); 1034 void *data, struct drm_file *file_priv);
1035extern u8 *drm_find_cea_extension(struct edid *edid);
1036extern u8 drm_match_cea_mode(const struct drm_display_mode *to_match); 1035extern u8 drm_match_cea_mode(const struct drm_display_mode *to_match);
1037extern bool drm_detect_hdmi_monitor(struct edid *edid); 1036extern bool drm_detect_hdmi_monitor(struct edid *edid);
1038extern bool drm_detect_monitor_audio(struct edid *edid); 1037extern bool drm_detect_monitor_audio(struct edid *edid);