aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/drm.tmpl
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-10-27 11:54:27 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-11-04 18:14:56 -0500
commit3bf0401cddc00e90bd07f24cbf3fed88be24c399 (patch)
treee2c9cd9f98b21f0e3ab944a15b507700e82d4baf /Documentation/DocBook/drm.tmpl
parent3cb9ae4fd82ebc9759bc59998c88c385d35496fe (diff)
drm: Pull drm_crtc.h into the kerneldoc template
While writing atomic docs I've noticed that I don't get any errors for my screw-ups in drm_crtc.h. Fix this immediately. This just does the bare minimum to get starts, lots of stuff isn't properly documented yet unfortunately. v2: Fix adjacent spelling error Sean noticed. Reviewed-by: Sean Paul <seanpaul@chromium.org> Cc: Sean Paul <seanpaul@chromium.org> Reviewed-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-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 d7cfc98be159..f83d3b6ea4e5 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -1827,6 +1827,10 @@ void intel_crt_init(struct drm_device *dev)
1827!Edrivers/gpu/drm/drm_crtc.c 1827!Edrivers/gpu/drm/drm_crtc.c
1828 </sect2> 1828 </sect2>
1829 <sect2> 1829 <sect2>
1830 <title>KMS Data Structures</title>
1831!Iinclude/drm/drm_crtc.h
1832 </sect2>
1833 <sect2>
1830 <title>KMS Locking</title> 1834 <title>KMS Locking</title>
1831!Pdrivers/gpu/drm/drm_modeset_lock.c kms locking 1835!Pdrivers/gpu/drm/drm_modeset_lock.c kms locking
1832!Iinclude/drm/drm_modeset_lock.h 1836!Iinclude/drm/drm_modeset_lock.h