diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-05-08 10:41:51 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-05-21 05:31:06 -0400 |
commit | f5752b38970990fa1495839751aed64bd178b9e0 (patch) | |
tree | 944485caa11b7c3a1c6d4faf6a715cad798512ee /Documentation/DocBook | |
parent | 8edffbb933619d568ea98edd3b55ec7c30df9274 (diff) |
drm/irq: kerneldoc polish
- Integrate into the drm DocBook
- Disable kerneldoc for functions not exported to drivers.
- Properly document the new drm_vblank_on|off and add cautious
comments explaining when drm_vblank_pre|post_modesets shouldn't be
used.
- General polish and OCD.
v2: Polish as suggested by Thierry.
Cc: Thierry Reding <thierry.reding@gmail.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index ad93c3e6b859..62573c17091d 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -2519,6 +2519,10 @@ void (*disable_vblank) (struct drm_device *dev, int crtc);</synopsis> | |||
2519 | with a call to <function>drm_vblank_cleanup</function> in the driver | 2519 | with a call to <function>drm_vblank_cleanup</function> in the driver |
2520 | <methodname>unload</methodname> operation handler. | 2520 | <methodname>unload</methodname> operation handler. |
2521 | </para> | 2521 | </para> |
2522 | <sect2> | ||
2523 | <title>Vertical Blanking and Interrupt Handling Functions Reference</title> | ||
2524 | !Edrivers/gpu/drm/drm_irq.c | ||
2525 | </sect2> | ||
2522 | </sect1> | 2526 | </sect1> |
2523 | 2527 | ||
2524 | <!-- Internals: open/close, file operations and ioctls --> | 2528 | <!-- Internals: open/close, file operations and ioctls --> |
@@ -2871,7 +2875,6 @@ int num_ioctls;</synopsis> | |||
2871 | </listitem> | 2875 | </listitem> |
2872 | </varlistentry> | 2876 | </varlistentry> |
2873 | </variablelist> | 2877 | </variablelist> |
2874 | <!--!Edrivers/char/drm/drm_irq.c--> | ||
2875 | </para> | 2878 | </para> |
2876 | </sect1> | 2879 | </sect1> |
2877 | 2880 | ||