aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2015-05-08 16:15:41 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-05-08 17:26:01 +0200
commitac6f2e29bb08a2313b0480c6cea94b01ab274970 (patch)
treee4eb41a3b1ffae7f9ff8018fbddb017a06612027 /include/drm
parentdrm/i915: Reject huge tiled objects (diff)
downloadlinux-dev-ac6f2e29bb08a2313b0480c6cea94b01ab274970.tar.xz
linux-dev-ac6f2e29bb08a2313b0480c6cea94b01ab274970.zip
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 {
* @audio_latency: audio latency info from ELD, if found
* @null_edid_counter: track sinks that give us all zeros for the EDID
* @bad_edid_counter: track sinks that give us an EDID with invalid checksum
+ * @edid_corrupt: indicates whether the last read EDID was corrupt
* @debugfs_entry: debugfs directory for this connector
* @state: current atomic state for this connector
* @has_tile: is this connector connected to a tiled monitor