diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-12-01 23:09:18 (GMT) |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-01-20 14:29:18 (GMT) |
commit | 065a50ed3ef75cb265e12e3e1b615db0835150bc (patch) | |
tree | 2a8971095d7075a659285b84978c982a3153fa6d /Documentation/DocBook | |
parent | 8faf6b18a2a6bece008de1e6bb80f0c608e58483 (diff) | |
download | linux-065a50ed3ef75cb265e12e3e1b615db0835150bc.tar.xz |
drm/doc: integrate drm_crtc.c kerneldoc
And do a quick pass to adjust them to the last few (years?) of changes
...
This time actually compile-tested ;-)
Reviewed-by: Rob Clark <rob@ti.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 4ee2304..caab791 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -1609,6 +1609,10 @@ void intel_crt_init(struct drm_device *dev) make its properties available to applications. </para> </sect2> + <sect2> + <title>KMS API Functions</title> +!Edrivers/gpu/drm/drm_crtc.c + </sect2> </sect1> <!-- Internals: kms helper functions --> |