summaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-09-30 04:56:42 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-10-01 04:53:00 -0400
commite4e7684fc5c5e6ef9d4fdbbc2f08917a61cbd708 (patch)
treeaf225532c1a799c8d911178c675ba683189745d5 /Documentation/DocBook
parent41373cd53fdeb658fadd8cd0313591ce49e4342f (diff)
drm/i915: Kerneldoc for intel_runtime_pm.c
I've decided not to document the functions exported to the audio driver since really, they shouldn't exist ... v2: Improvements from Imre's review plus a few more spelling fixes I've spotted. Reviewed-by: Imre Deak <imre.deak@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r--Documentation/DocBook/drm.tmpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index 98528b49da65..8627816e58f3 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -3788,6 +3788,18 @@ int num_ioctls;</synopsis>
3788 those have basic support through the gma500 drm driver. 3788 those have basic support through the gma500 drm driver.
3789 </para> 3789 </para>
3790 <sect1> 3790 <sect1>
3791 <title>Core Driver Infrastructure</title>
3792 <para>
3793 This section covers core driver infrastructure used by both the display
3794 and the GEM parts of the driver.
3795 </para>
3796 <sect2>
3797 <title>Runtime Power Management</title>
3798!Pdrivers/gpu/drm/i915/intel_runtime_pm.c runtime pm
3799!Idrivers/gpu/drm/i915/intel_runtime_pm.c
3800 </sect2>
3801 </sect1>
3802 <sect1>
3791 <title>Display Hardware Handling</title> 3803 <title>Display Hardware Handling</title>
3792 <para> 3804 <para>
3793 This section covers everything related to the display hardware including 3805 This section covers everything related to the display hardware including