aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2015-05-08 10:15:41 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-05-08 11:26:01 -0400
commitac6f2e29bb08a2313b0480c6cea94b01ab274970 (patch)
treee4eb41a3b1ffae7f9ff8018fbddb017a06612027 /include/drm
parente7ded2d74673c2cdabd1f80da8c8a1b7b531e84a (diff)
drm/edid: Kerneldoc for newly added edid_corrupt
Also treat it as a proper boolean. Cc: Todd Previte <tprevite@gmail.com> Cc: Paulo Zanoni <paulo.r.zanoni@intel.com> Cc: dri-devel@lists.freedesktop.org Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_crtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index b9fcdc824997..0a4a040d6bb7 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -647,6 +647,7 @@ struct drm_encoder {
647 * @audio_latency: audio latency info from ELD, if found 647 * @audio_latency: audio latency info from ELD, if found
648 * @null_edid_counter: track sinks that give us all zeros for the EDID 648 * @null_edid_counter: track sinks that give us all zeros for the EDID
649 * @bad_edid_counter: track sinks that give us an EDID with invalid checksum 649 * @bad_edid_counter: track sinks that give us an EDID with invalid checksum
650 * @edid_corrupt: indicates whether the last read EDID was corrupt
650 * @debugfs_entry: debugfs directory for this connector 651 * @debugfs_entry: debugfs directory for this connector
651 * @state: current atomic state for this connector 652 * @state: current atomic state for this connector
652 * @has_tile: is this connector connected to a tiled monitor 653 * @has_tile: is this connector connected to a tiled monitor