aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/DocBook')
-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 457d56a1a966..0387970234b3 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -638,7 +638,7 @@ void intel_crt_init(struct drm_device *dev)
638 after mode setting, since on many devices the vertical blank 638 after mode setting, since on many devices the vertical blank
639 counter is reset at that time. Internally, the DRM snapshots 639 counter is reset at that time. Internally, the DRM snapshots
640 the last vblank count when the ioctl is called with the 640 the last vblank count when the ioctl is called with the
641 _DRM_PRE_MODESET command so that the counter won't go backwards 641 _DRM_PRE_MODESET command, so that the counter won't go backwards
642 (which is dealt with when _DRM_POST_MODESET is used). 642 (which is dealt with when _DRM_POST_MODESET is used).
643 </para> 643 </para>
644 </listitem> 644 </listitem>