]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
DocBook/drm: Better flow with `, and then'
authorMichael Witten <mfwitten@gmail.com>
Mon, 29 Aug 2011 17:38:48 +0000 (17:38 +0000)
committerMichael Witten <mfwitten@gmail.com>
Mon, 29 Aug 2011 22:47:32 +0000 (22:47 +0000)
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Documentation/DocBook/drm.tmpl

index 9ae328aa1dd3b9b7169c66a1d2e11f86548c631c..0b6c59d6aa5fa13e8c45880ff50afd574d6c8757 100644 (file)
@@ -735,8 +735,8 @@ void intel_crt_init(struct drm_device *dev)
       <para>
        Perhaps the most important GEM function is providing a command
        execution interface to clients.  Client programs construct command
-       buffers containing references to previously allocated memory objects
-       and submit them to GEM.  At that point, GEM takes care to bind
+       buffers containing references to previously allocated memory objects,
+       and then submit them to GEM.  At that point, GEM takes care to bind
        all the objects into the GTT, execute the buffer, and provide
        necessary synchronization between clients accessing the same buffers.
        This often involves evicting some objects from the GTT and re-binding