aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2012-11-01 09:45:16 -0400
committerDave Airlie <airlied@redhat.com>2012-11-28 05:19:58 -0500
commit0d4ed4c8f937a0b1aa1cb60e16a41e2f7b0123ca (patch)
treea7eac87ac676c85221bdd16f3e0aec58ddb513cd /Documentation
parente4949f2974167f93961d58ca67cfe949af9d5e09 (diff)
drm/doc: integrate crtc helper api into docbook
- Add the missing doc for drm_helper_move_panel_connectors_to_head. - Fixup any outdated stuff in existing sections. I've only looked at those kerneldoc headers that actually resulted in a complaint from the kerneldoc parser tool. v2: - Actually include the docbook snippet in the right patch. - Fix spelling fail. v3: It's now called drm_crtc_helper_set_mode, spotted by Laurent Pinchart. Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.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 9a4c06ddebdd..b501aa7528d1 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -2096,6 +2096,10 @@ void intel_crt_init(struct drm_device *dev)
2096 </listitem> 2096 </listitem>
2097 </itemizedlist> 2097 </itemizedlist>
2098 </sect2> 2098 </sect2>
2099 <sect2>
2100 <title>Modeset Helper Functions Reference</title>
2101!Edrivers/gpu/drm/drm_crtc_helper.c
2102 </sect2>
2099 </sect1> 2103 </sect1>
2100 2104
2101 <!-- Internals: vertical blanking --> 2105 <!-- Internals: vertical blanking -->