diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-11-01 09:45:17 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-11-28 05:26:52 -0500 |
commit | d0ddc0338af8265e65bd5e4ca72e3d8e61e41d8d (patch) | |
tree | 05ca94f9d25b1eee29abbc5e2259c14c264a80c1 /Documentation/DocBook/drm.tmpl | |
parent | 0d4ed4c8f937a0b1aa1cb60e16a41e2f7b0123ca (diff) |
drm/doc: integrate fb helper reference into docs
Again only minimal changes to make kerneldoc no longer shout. Plus a
little introduction in the form of a inline DOC: section to quickly
explain what this is all about.
v2: Fixup spelling fail.
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/DocBook/drm.tmpl')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index b501aa7528d..cb8024e62df 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -2100,6 +2100,11 @@ void intel_crt_init(struct drm_device *dev) | |||
2100 | <title>Modeset Helper Functions Reference</title> | 2100 | <title>Modeset Helper Functions Reference</title> |
2101 | !Edrivers/gpu/drm/drm_crtc_helper.c | 2101 | !Edrivers/gpu/drm/drm_crtc_helper.c |
2102 | </sect2> | 2102 | </sect2> |
2103 | <sect2> | ||
2104 | <title>fbdev Helper Functions Reference</title> | ||
2105 | !Pdrivers/gpu/drm/drm_fb_helper.c fbdev helpers | ||
2106 | !Edrivers/gpu/drm/drm_fb_helper.c | ||
2107 | </sect2> | ||
2103 | </sect1> | 2108 | </sect1> |
2104 | 2109 | ||
2105 | <!-- Internals: vertical blanking --> | 2110 | <!-- Internals: vertical blanking --> |