Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275207
b: refs/heads/master
c: ae63d79
h: refs/heads/master
i:
  275205: b8208fe
  275203: b7c70a3
  275199: cd56b3b
v: v3
  • Loading branch information
Michael Witten committed Aug 29, 2011
1 parent ca870db commit bff59ec
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: 1c86de2216f678bfb6e2472af6e5c25b0df8d91f
refs/heads/master: ae63d793a43888eeb1c16422252d987aa37ab96c
8 changes: 4 additions & 4 deletions trunk/Documentation/DocBook/drm.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -433,15 +433,15 @@
</para>
<para>
Once your global TTM accounting structure is set up and initialized
by calling ttm_global_item_ref on it,
by calling ttm_global_item_ref() on it,
you need to create a buffer object TTM to
provide a pool for buffer object allocation by clients and the
kernel itself. The type of this object should be TTM_GLOBAL_TTM_BO,
and its size should be sizeof(struct ttm_bo_global). Again,
driver specific init and release functions may be provided,
likely eventually calling ttm_bo_global_init and
ttm_bo_global_release, respectively. Also, like the previous
object, ttm_global_item_ref is used to create an initial reference
likely eventually calling ttm_bo_global_init() and
ttm_bo_global_release(), respectively. Also, like the previous
object, ttm_global_item_ref() is used to create an initial reference
count for the TTM, which will call your initialization function.
</para>
</sect3>
Expand Down

0 comments on commit bff59ec

Please sign in to comment.