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
118bdd70
Commit
118bdd70
authored
Aug 25, 2011
by
Michael Witten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DocBook/drm: Offset modifiers with commas
Signed-off-by:
Michael Witten
<
mfwitten@gmail.com
>
parent
9c2416ad
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 @
118bdd70
...
...
@@ -371,7 +371,7 @@
shadowed into memory (typically at address 0xc0000) or exists
on the PCI device in the ROM BAR. Note that after the ROM
has been mapped and any necessary information has been extracted,
it should be unmapped; on many devices the ROM address decoder is
it should be unmapped; on many devices
,
the ROM address decoder is
shared with other BARs, so leaving it mapped can cause
undesired behavior like hangs or memory corruption.
<!--!Fdrivers/pci/rom.c pci_map_rom-->
...
...
@@ -440,7 +440,7 @@
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
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>
...
...
@@ -613,7 +613,7 @@ void intel_crt_init(struct drm_device *dev)
</para>
<para>
DRM_IOCTL_MODESET_CTL should be called by application level
drivers before and after mode setting, since on many devices the
drivers before and after mode setting, since on many devices
,
the
vertical blank counter is reset at that time. Internally,
the DRM snapshots the last vblank count when the ioctl is called
with the _DRM_PRE_MODESET command so that the counter won't go
...
...
@@ -696,7 +696,7 @@ void intel_crt_init(struct drm_device *dev)
set domain function, which evaluates an object's current domain and
performs any necessary flushing or synchronization to put the object
into the desired coherency domain (note that the object may be busy,
i.e. an active render target; in that case the set domain function
i.e. an active render target; in that case
,
the set domain function
blocks the client and waits for rendering to complete before
performing any necessary flushing operations).
</para>
...
...
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