diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-09-30 04:56:45 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-10-03 05:24:05 -0400 |
commit | fca52a5565fbf4abc4ee4fca81842dc1f6ecdce8 (patch) | |
tree | d7dd8b2a1535b5a98f0c7e804824c164a0e05d2b /Documentation/DocBook | |
parent | b963291cf9af882b2f30693fa8459afbdb0ed288 (diff) |
drm/i915: kerneldoc for interrupt enable/disable functions
Just start with the basics for now.
Since there's a lot of different functionality in i915_irq.c I've
decided to split it into different sections and pull in just the
relevant functions. Splitting into different files looks like a lot
more work since the interrupt handlers do an awful lot of reuse all
over.
v2: Rebase onto changed function names.
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 8627816e58f3..d7cfc98be159 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -3798,6 +3798,14 @@ int num_ioctls;</synopsis> | |||
3798 | !Pdrivers/gpu/drm/i915/intel_runtime_pm.c runtime pm | 3798 | !Pdrivers/gpu/drm/i915/intel_runtime_pm.c runtime pm |
3799 | !Idrivers/gpu/drm/i915/intel_runtime_pm.c | 3799 | !Idrivers/gpu/drm/i915/intel_runtime_pm.c |
3800 | </sect2> | 3800 | </sect2> |
3801 | <sect2> | ||
3802 | <title>Interrupt Handling</title> | ||
3803 | !Pdrivers/gpu/drm/i915/i915_irq.c interrupt handling | ||
3804 | !Fdrivers/gpu/drm/i915/i915_irq.c intel_irq_init intel_irq_init_hw intel_hpd_init | ||
3805 | !Fdrivers/gpu/drm/i915/i915_irq.c intel_irq_fini | ||
3806 | !Fdrivers/gpu/drm/i915/i915_irq.c intel_runtime_pm_disable_interrupts | ||
3807 | !Fdrivers/gpu/drm/i915/i915_irq.c intel_runtime_pm_enable_interrupts | ||
3808 | </sect2> | ||
3801 | </sect1> | 3809 | </sect1> |
3802 | <sect1> | 3810 | <sect1> |
3803 | <title>Display Hardware Handling</title> | 3811 | <title>Display Hardware Handling</title> |
@@ -3951,5 +3959,6 @@ int num_ioctls;</synopsis> | |||
3951 | </sect2> | 3959 | </sect2> |
3952 | </sect1> | 3960 | </sect1> |
3953 | </chapter> | 3961 | </chapter> |
3962 | !Cdrivers/gpu/drm/i915/i915_irq.c | ||
3954 | </part> | 3963 | </part> |
3955 | </book> | 3964 | </book> |