aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2011-08-29 13:38:48 -0400
committerMichael Witten <mfwitten@gmail.com>2011-08-29 16:00:28 -0400
commite355b2014da06458385902c47edf193a997895fc (patch)
tree8a216572ab774da8a308516f4daca51d99962a50 /Documentation
parentb8c6e0fe46fcd60f58089365dd96dcf04f95263b (diff)
DocBook/drm: Better flow with `, and then'
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/drm.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index 9ae328aa1dd3..0b6c59d6aa5f 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -735,8 +735,8 @@ void intel_crt_init(struct drm_device *dev)
735 <para> 735 <para>
736 Perhaps the most important GEM function is providing a command 736 Perhaps the most important GEM function is providing a command
737 execution interface to clients. Client programs construct command 737 execution interface to clients. Client programs construct command
738 buffers containing references to previously allocated memory objects 738 buffers containing references to previously allocated memory objects,
739 and submit them to GEM. At that point, GEM takes care to bind 739 and then submit them to GEM. At that point, GEM takes care to bind
740 all the objects into the GTT, execute the buffer, and provide 740 all the objects into the GTT, execute the buffer, and provide
741 necessary synchronization between clients accessing the same buffers. 741 necessary synchronization between clients accessing the same buffers.
742 This often involves evicting some objects from the GTT and re-binding 742 This often involves evicting some objects from the GTT and re-binding