DocBook/drm: Use an <itemizelist> for fundamental GEM operations
authorMichael Witten <mfwitten@gmail.com>
Mon, 29 Aug 2011 15:59:56 +0000 (15:59 +0000)
committerMichael Witten <mfwitten@gmail.com>
Mon, 29 Aug 2011 20:00:22 +0000 (20:00 +0000)
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Documentation/DocBook/drm.tmpl

index 0387970..c358367 100644 (file)
@@ -709,9 +709,13 @@ void intel_crt_init(struct drm_device *dev)
        read &amp; write, mapping, and domain ownership transfers.
       </para>
       <para>
-       On a fundamental level, GEM involves several operations: memory
-       allocation and freeing, command execution, and aperture management
-       at command execution time.  Buffer object allocation is relatively
+       On a fundamental level, GEM involves several operations:
+       <itemizedlist>
+         <listitem>Memory allocation and freeing</listitem>
+         <listitem>Command execution</listitem>
+         <listitem>Aperture management at command execution time</listitem>
+       </itemizedlist>
+       Buffer object allocation is relatively
        straightforward and largely provided by Linux's shmem layer, which
        provides memory to back each object.  When mapped into the GTT
        or used in a command buffer, the backing pages for an object are