diff options
author | Lespiau, Damien <damien.lespiau@intel.com> | 2013-08-19 11:58:52 -0400 |
---|---|---|
committer | Dave Airlie <airlied@gmail.com> | 2013-08-29 18:39:53 -0400 |
commit | d4e4a31da334224d686d07983517831eab999798 (patch) | |
tree | 0ffff0f3ff28758b3f52dedb7b03288bfa9bb3fc /include/drm/drm_crtc.h | |
parent | 5addcf0a5f0fadceba6bd562d0616a1c5d4c1a4d (diff) |
drm: Don't export drm_find_cea_extension() any more
This function is only used inside drm_edid.c.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Dave Airlie <airlied@gmail.com>
Diffstat (limited to 'include/drm/drm_crtc.h')
-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); |