diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-08-25 15:21:17 -0400 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-08-29 15:59:54 -0400 |
commit | 049cc903e714a27805eae0c34a4c34902a385032 (patch) | |
tree | 671bf1f73329c70f362d69cd6744d47b4f24279e | |
parent | ae63d793a43888eeb1c16422252d987aa37ab96c (diff) |
DocBook/drm: Streamline wording of GEM initialization
Signed-off-by: Michael Witten <mfwitten@gmail.com>
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 6977cd91779c..7c11d790f749 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -451,7 +451,7 @@ | |||
451 | GEM is an alternative to TTM, designed specifically for UMA | 451 | GEM is an alternative to TTM, designed specifically for UMA |
452 | devices. It has simpler initialization and execution requirements | 452 | devices. It has simpler initialization and execution requirements |
453 | than TTM, but has no VRAM management capability. Core GEM | 453 | than TTM, but has no VRAM management capability. Core GEM |
454 | initialization is comprised of a basic drm_mm_init call to create | 454 | is initialized by calling drm_mm_init() to create |
455 | a GTT DRM MM object, which provides an address space pool for | 455 | a GTT DRM MM object, which provides an address space pool for |
456 | object allocation. In a KMS configuration, the driver | 456 | object allocation. In a KMS configuration, the driver |
457 | needs to allocate and initialize a command ring buffer following | 457 | needs to allocate and initialize a command ring buffer following |