Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275204
b: refs/heads/master
c: eb2b8d4
h: refs/heads/master
v: v3
  • Loading branch information
Michael Witten committed Aug 29, 2011
1 parent b7c70a3 commit defe6a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8d36ffae67d89a86e37e7745503743fec1ac695c
refs/heads/master: eb2b8d4273fb8b73821ca8dbc9c0de10e9879833
4 changes: 2 additions & 2 deletions trunk/Documentation/DocBook/drm.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
<para>
If your driver supports memory management (it should!), you
need to set that up at load time as well. How you initialize
it depends on which memory manager you're using, TTM or GEM.
it depends on which memory manager you're using: TTM or GEM.
</para>
<sect3>
<title>TTM initialization</title>
Expand Down Expand Up @@ -647,7 +647,7 @@ void intel_crt_init(struct drm_device *dev)
<para>
The memory manager lies at the heart of many DRM operations; it
is required to support advanced client features like OpenGL
pbuffers. The DRM currently contains two memory managers, TTM
pbuffers. The DRM currently contains two memory managers: TTM
and GEM.
</para>

Expand Down

0 comments on commit defe6a4

Please sign in to comment.