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
2c267e9e
Commit
2c267e9e
authored
Aug 25, 2011
by
Michael Witten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DocBook/drm: Use a semicolon
Signed-off-by:
Michael Witten
<
mfwitten@gmail.com
>
parent
0c54781b
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 @
2c267e9e
...
...
@@ -154,8 +154,8 @@
</programlisting>
<para>
In the example above, taken from the i915 DRM driver, the driver
sets several flags indicating what core features it supports
.
W
e go over the individual callbacks in later sections. Since
sets several flags indicating what core features it supports
;
w
e go over the individual callbacks in later sections. Since
flags indicate which features your driver supports to the DRM
core, you need to set most of them prior to calling drm_init(). Some,
like DRIVER_MODESET can be set later based on user supplied parameters,
...
...
@@ -647,8 +647,8 @@ void intel_crt_init(struct drm_device *dev)
<sect1>
<title>
Memory management
</title>
<para>
The memory manager lies at the heart of many DRM operations
, and
is
also
required to support advanced client features like OpenGL
The memory manager lies at the heart of many DRM operations
; it
is required to support advanced client features like OpenGL
pbuffers. The DRM currently contains two memory managers, TTM
and GEM.
</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