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