Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275210
b: refs/heads/master
c: 54f2cb8
h: refs/heads/master
v: v3
  • Loading branch information
Michael Witten committed Aug 29, 2011
1 parent d269492 commit abfded2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 482b2ad8e488e609bb3bb408a8e9ca17b73b17c6
refs/heads/master: 54f2cb8fc930e08fd6156519b28c45d576615f82
8 changes: 4 additions & 4 deletions trunk/Documentation/DocBook/drm.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
a GTT DRM MM object, which provides an address space pool for
object allocation. In a KMS configuration, the driver
needs to allocate and initialize a command ring buffer following
core GEM initialization. Most UMA devices have a so-called
core GEM initialization. A UMA device usually has a so-called
"stolen" memory region, which provides space for the initial
framebuffer and large, contiguous memory regions required by the
device. This space is not typically managed by GEM, and must
Expand Down Expand Up @@ -635,10 +635,10 @@ void intel_crt_init(struct drm_device *dev)
a client calls the vblank wait ioctl above.
</para>
<para>
Devices that don't provide a count register may simply use an
A device that doesn't provide a count register may simply use an
internal atomic counter incremented on every vertical blank
interrupt, and can make their enable and disable vblank
functions into no-ops.
interrupt (and then treat the enable_vblank() and disable_vblank()
callbacks as no-ops).
</para>
</sect1>

Expand Down

0 comments on commit abfded2

Please sign in to comment.