diff options
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_crtc.h | 1 |
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); |
1033 | extern int drm_mode_gamma_set_ioctl(struct drm_device *dev, | 1033 | extern 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); |
1035 | extern u8 *drm_find_cea_extension(struct edid *edid); | ||
1036 | extern u8 drm_match_cea_mode(const struct drm_display_mode *to_match); | 1035 | extern u8 drm_match_cea_mode(const struct drm_display_mode *to_match); |
1037 | extern bool drm_detect_hdmi_monitor(struct edid *edid); | 1036 | extern bool drm_detect_hdmi_monitor(struct edid *edid); |
1038 | extern bool drm_detect_monitor_audio(struct edid *edid); | 1037 | extern bool drm_detect_monitor_audio(struct edid *edid); |