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 6977cd91779c18c6b8a9b9e14503b237e6e3ef5f..7c11d790f7490717e52bf9d29d70ef16b6aad74d 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
This page took 0.025284 seconds and 5 git commands to generate.