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
54f2cb8f
Commit
54f2cb8f
authored
Aug 25, 2011
by
Michael Witten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DocBook/drm: Use a singular subject for grammatical cleanliness
Signed-off-by:
Michael Witten
<
mfwitten@gmail.com
>
parent
482b2ad8
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 @
54f2cb8f
...
...
@@ -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
...
...
@@ -635,10 +635,10 @@ void intel_crt_init(struct drm_device *dev)
a client calls the vblank wait ioctl above.
</para>
<para>
Devices that do
n't provide a count register may simply use an
A device that does
n'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>
...
...
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