DocBook/drm: Streamline wording of GEM initialization
authorMichael Witten <mfwitten@gmail.com>
Thu, 25 Aug 2011 19:21:17 +0000 (19:21 +0000)
committerMichael Witten <mfwitten@gmail.com>
Mon, 29 Aug 2011 19:59:54 +0000 (19:59 +0000)
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Documentation/DocBook/drm.tmpl

index 6977cd9..7c11d79 100644 (file)
          GEM is an alternative to TTM, designed specifically for UMA
          devices.  It has simpler initialization and execution requirements
          than TTM, but has no VRAM management capability.  Core GEM
-         initialization is comprised of a basic drm_mm_init call to create
+         is initialized by calling drm_mm_init() to create
          a GTT DRM MM object, which provides an address space pool for
          object allocation.  In a KMS configuration, the driver
          needs to allocate and initialize a command ring buffer following