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
005d7f4a
Commit
005d7f4a
authored
Aug 25, 2011
by
Michael Witten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DocBook/drm: Insert missing comma
Signed-off-by:
Michael Witten
<
mfwitten@gmail.com
>
parent
eb2b8d42
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Documentation/DocBook/drm.tmpl
Documentation/DocBook/drm.tmpl
+5
-5
No files found.
Documentation/DocBook/drm.tmpl
View file @
005d7f4a
...
...
@@ -429,7 +429,7 @@
object should be sizeof(struct ttm_mem_global), and the init and
release hooks should point at your driver specific init and
release routines, which probably eventually call
ttm_mem_global_init and ttm_mem_global_release respectively.
ttm_mem_global_init and ttm_mem_global_release
,
respectively.
</para>
<para>
Once your global TTM accounting structure is set up and initialized
...
...
@@ -499,8 +499,8 @@
<sect3>
<title>
Output discovery and initialization
</title>
<para>
Several core functions exist to create CRTCs, encoders and
connectors, namely drm_crtc_init(), drm_connector_init() and
Several core functions exist to create CRTCs, encoders
,
and
connectors, namely drm_crtc_init(), drm_connector_init()
,
and
drm_encoder_init(), along with several "helper" functions to
perform common tasks.
</para>
...
...
@@ -578,7 +578,7 @@ void intel_crt_init(struct drm_device *dev)
</para>
</sect4>
<para>
For each encoder, CRTC and connector, several functions must
For each encoder, CRTC
,
and connector, several functions must
be provided, depending on the object type. Encoder objects
need to provide a DPMS (basically on/off) function, mode fixup
(for converting requested modes into native hardware timings),
...
...
@@ -727,7 +727,7 @@ void intel_crt_init(struct drm_device *dev)
<title>
Output management
</title>
<para>
At the core of the DRM output management code is a set of
structures representing CRTCs, encoders and connectors.
structures representing CRTCs, encoders
,
and connectors.
</para>
<para>
A CRTC is an abstraction representing a part of the chip that
...
...
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