aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r--include/drm/drm_crtc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 617d87ae2b1a..316ce64e5590 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -590,6 +590,7 @@ struct drm_connector {
590 int video_latency[2]; /* [0]: progressive, [1]: interlaced */ 590 int video_latency[2]; /* [0]: progressive, [1]: interlaced */
591 int audio_latency[2]; 591 int audio_latency[2];
592 int null_edid_counter; /* needed to workaround some HW bugs where we get all 0s */ 592 int null_edid_counter; /* needed to workaround some HW bugs where we get all 0s */
593 unsigned bad_edid_counter;
593}; 594};
594 595
595/** 596/**
@@ -1032,7 +1033,7 @@ extern int drm_add_modes_noedid(struct drm_connector *connector,
1032 int hdisplay, int vdisplay); 1033 int hdisplay, int vdisplay);
1033 1034
1034extern int drm_edid_header_is_valid(const u8 *raw_edid); 1035extern int drm_edid_header_is_valid(const u8 *raw_edid);
1035extern bool drm_edid_block_valid(u8 *raw_edid, int block); 1036extern bool drm_edid_block_valid(u8 *raw_edid, int block, bool print_bad_edid);
1036extern bool drm_edid_is_valid(struct edid *edid); 1037extern bool drm_edid_is_valid(struct edid *edid);
1037struct drm_display_mode *drm_mode_find_dmt(struct drm_device *dev, 1038struct drm_display_mode *drm_mode_find_dmt(struct drm_device *dev,
1038 int hsize, int vsize, int fresh, 1039 int hsize, int vsize, int fresh,