aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/drm.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-rw-r--r--Documentation/DocBook/drm.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index d2f1ddaa3ca0..7001937f6b7d 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -346,7 +346,7 @@
346 </para> 346 </para>
347 <para> 347 <para>
348 If your device supports interrupt generation, you may want to 348 If your device supports interrupt generation, you may want to
349 set up an interrupt handler at driver load time as well. This 349 set up an interrupt handler when the driver is loaded. This
350 is done using the drm_irq_install() function. If your device 350 is done using the drm_irq_install() function. If your device
351 supports vertical blank interrupts, it should call 351 supports vertical blank interrupts, it should call
352 drm_vblank_init() to initialize the core vblank handling code before 352 drm_vblank_init() to initialize the core vblank handling code before