diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-08-29 11:59:56 -0400 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-08-29 16:00:22 -0400 |
commit | 0c2d91a80a156208d2f9f3dfb01871ebcf4a9338 (patch) | |
tree | f21896e9252f291e5e4fed1b2440077473d59c8f /Documentation | |
parent | f877bd4ad5508e2f0653c31d05ffe0ad4e2bfe11 (diff) |
DocBook/drm: Use an <itemizelist> for fundamental GEM operations
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 0387970234b3..c358367f9f85 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -709,9 +709,13 @@ void intel_crt_init(struct drm_device *dev) | |||
709 | read & write, mapping, and domain ownership transfers. | 709 | read & write, mapping, and domain ownership transfers. |
710 | </para> | 710 | </para> |
711 | <para> | 711 | <para> |
712 | On a fundamental level, GEM involves several operations: memory | 712 | On a fundamental level, GEM involves several operations: |
713 | allocation and freeing, command execution, and aperture management | 713 | <itemizedlist> |
714 | at command execution time. Buffer object allocation is relatively | 714 | <listitem>Memory allocation and freeing</listitem> |
715 | <listitem>Command execution</listitem> | ||
716 | <listitem>Aperture management at command execution time</listitem> | ||
717 | </itemizedlist> | ||
718 | Buffer object allocation is relatively | ||
715 | straightforward and largely provided by Linux's shmem layer, which | 719 | straightforward and largely provided by Linux's shmem layer, which |
716 | provides memory to back each object. When mapped into the GTT | 720 | provides memory to back each object. When mapped into the GTT |
717 | or used in a command buffer, the backing pages for an object are | 721 | or used in a command buffer, the backing pages for an object are |