X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Fdrm%2Fdrm_crtc.h;h=1347524a8e30e296da51b61b4f35e10e1708e56b;hb=4a31c08d2fecc74a630653828f5388fbb037f8c2;hp=fdf43abc36dbe7ae36d0e690ab6e99b8a417f1d7;hpb=45d28b097280a78893ce25a5d0db41e6a2717853;p=~andy%2Flinux diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index fdf43abc36d..1347524a8e3 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -801,4 +801,6 @@ extern struct drm_display_mode *drm_gtf_mode(struct drm_device *dev, bool interlaced, int margins); extern int drm_add_modes_noedid(struct drm_connector *connector, int hdisplay, int vdisplay); + +extern bool drm_edid_is_valid(struct edid *edid); #endif /* __DRM_CRTC_H__ */