diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-08-29 17:41:31 +0000 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-08-29 20:00:30 +0000 |
commit | 964d32dcbefcfda015bc33dc76414b05c6f512de (patch) | |
tree | f23b0184abf968d2fb9f9d38191efddcb42ff711 /Documentation | |
parent | e355b2014da06458385902c47edf193a997895fc (diff) | |
download | op-kernel-dev-964d32dcbefcfda015bc33dc76414b05c6f512de.zip op-kernel-dev-964d32dcbefcfda015bc33dc76414b05c6f512de.tar.gz |
DocBook/drm: Use `; otherwise,'
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'Documentation')
-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 0b6c59d..606a989 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -743,7 +743,7 @@ void intel_crt_init(struct drm_device *dev) others (a fairly expensive operation), and providing relocation support which hides fixed GTT offsets from clients. Clients must take care not to submit command buffers that reference more objects - than can fit in the GTT or GEM will reject them and no rendering + than can fit in the GTT; otherwise, GEM will reject them and no rendering will occur. Similarly, if several objects in the buffer require fence registers to be allocated for correct rendering (e.g. 2D blits on pre-965 chips), care must be taken not to require more fence |