projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b658bf
)
DocBook/drm: `at driver load time' -> `when the driver is loaded'
author
Michael Witten
<mfwitten@gmail.com>
Thu, 25 Aug 2011 18:50:14 +0000
(18:50 +0000)
committer
Michael Witten
<mfwitten@gmail.com>
Mon, 29 Aug 2011 19:31:03 +0000
(19:31 +0000)
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Documentation/DocBook/drm.tmpl
patch
|
blob
|
history
diff --git
a/Documentation/DocBook/drm.tmpl
b/Documentation/DocBook/drm.tmpl
index d2f1ddaa3ca093126ef2c99b07f50292fd341f20..7001937f6b7d01454fb668e4d63ffe5e804f57ca 100644
(file)
--- a/
Documentation/DocBook/drm.tmpl
+++ b/
Documentation/DocBook/drm.tmpl
@@
-346,7
+346,7
@@
</para>
<para>
If your device supports interrupt generation, you may want to
- set up an interrupt handler
at driver load time as well
. This
+ set up an interrupt handler
when the driver is loaded
. This
is done using the drm_irq_install() function. If your device
supports vertical blank interrupts, it should call
drm_vblank_init() to initialize the core vblank handling code before