Commit 964d32dc authored by Michael Witten's avatar Michael Witten

DocBook/drm: Use `; otherwise,'

Signed-off-by: default avatarMichael Witten <mfwitten@gmail.com>
parent e355b201
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment