Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
ae63d793
Commit
ae63d793
authored
Aug 25, 2011
by
Michael Witten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DocBook/drm: Insert `()' after function name
Signed-off-by:
Michael Witten
<
mfwitten@gmail.com
>
parent
1c86de22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Documentation/DocBook/drm.tmpl
Documentation/DocBook/drm.tmpl
+4
-4
No files found.
Documentation/DocBook/drm.tmpl
View file @
ae63d793
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment