From: Michael Witten Date: Thu, 25 Aug 2011 18:58:42 +0000 (+0000) Subject: DocBook/drm: , -> : X-Git-Tag: next-20110831~62^2^2~25 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1509454f88042ceb2de392d7a80671eb83addcd3;p=karo-tx-linux.git DocBook/drm: , -> : Signed-off-by: Michael Witten Signed-off-by: Randy Dunlap --- 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 @@ If your driver supports memory management (it should!), you need to set that up at load time as well. How you initialize - it depends on which memory manager you're using, TTM or GEM. + it depends on which memory manager you're using: TTM or GEM. TTM initialization @@ -647,7 +647,7 @@ void intel_crt_init(struct drm_device *dev) The memory manager lies at the heart of many DRM operations; it is required to support advanced client features like OpenGL - pbuffers. The DRM currently contains two memory managers, TTM + pbuffers. The DRM currently contains two memory managers: TTM and GEM.