aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2013-01-14 03:00:31 -0500
committerThierry Reding <thierry.reding@avionic-design.de>2013-02-22 02:20:15 -0500
commit5e308591a887604ed4fca7e7fcd8fb18d8bdc459 (patch)
treeb030c1abf90d1597474e618d808f1f8a43e9874b /Documentation
parent10a8512008655d5ce62f8c56323a6b5bd221c920 (diff)
drm: Add EDID helper documentation
Add a reference section about the EDID helper functions to the DRM documentation. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/drm.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index 51e1904ac4c7..003c18a01fb6 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -2151,6 +2151,10 @@ void intel_crt_init(struct drm_device *dev)
2151!Iinclude/drm/drm_dp_helper.h 2151!Iinclude/drm/drm_dp_helper.h
2152!Edrivers/gpu/drm/drm_dp_helper.c 2152!Edrivers/gpu/drm/drm_dp_helper.c
2153 </sect2> 2153 </sect2>
2154 <sect2>
2155 <title>EDID Helper Functions Reference</title>
2156!Edrivers/gpu/drm/drm_edid.c
2157 </sect2>
2154 </sect1> 2158 </sect1>
2155 2159
2156 <!-- Internals: vertical blanking --> 2160 <!-- Internals: vertical blanking -->