aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/drm.tmpl
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2011-08-25 14:58:42 -0400
committerMichael Witten <mfwitten@gmail.com>2011-08-29 15:59:45 -0400
commiteb2b8d4273fb8b73821ca8dbc9c0de10e9879833 (patch)
treec9b415e8dd814ceadb002242dcb30becf80df8d0 /Documentation/DocBook/drm.tmpl
parent8d36ffae67d89a86e37e7745503743fec1ac695c (diff)
DocBook/drm: , -> :
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-rw-r--r--Documentation/DocBook/drm.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index 60ddf4be11c7..953c4cb726bb 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -389,7 +389,7 @@
389 <para> 389 <para>
390 If your driver supports memory management (it should!), you 390 If your driver supports memory management (it should!), you
391 need to set that up at load time as well. How you initialize 391 need to set that up at load time as well. How you initialize
392 it depends on which memory manager you're using, TTM or GEM. 392 it depends on which memory manager you're using: TTM or GEM.
393 </para> 393 </para>
394 <sect3> 394 <sect3>
395 <title>TTM initialization</title> 395 <title>TTM initialization</title>
@@ -647,7 +647,7 @@ void intel_crt_init(struct drm_device *dev)
647 <para> 647 <para>
648 The memory manager lies at the heart of many DRM operations; it 648 The memory manager lies at the heart of many DRM operations; it
649 is required to support advanced client features like OpenGL 649 is required to support advanced client features like OpenGL
650 pbuffers. The DRM currently contains two memory managers, TTM 650 pbuffers. The DRM currently contains two memory managers: TTM
651 and GEM. 651 and GEM.
652 </para> 652 </para>
653 653