summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2011-08-25 18:37:05 +0000
committerMichael Witten <mfwitten@gmail.com>2011-08-29 19:30:45 +0000
commit6e375f44b6073dd320895753ff05cbfd3f410f66 (patch)
tree0edeccb295cde0b789ff79648db1b37b92e2f7c3 /Documentation
parent75aa9df5a2bf2ae90a1f0f6f283278f634ca4233 (diff)
downloadlinux-0-day-6e375f44b6073dd320895753ff05cbfd3f410f66.tar.gz
linux-0-day-6e375f44b6073dd320895753ff05cbfd3f410f66.tar.xz
DocBook/drm: Replace the paragraph's first sentence with its last sentence
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/drm.tmpl12
1 files changed, 5 insertions, 7 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index eb28cc02d41b9..9eda9b6df51de 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -269,8 +269,10 @@
initial output configuration.
</para>
<para>
- Note that the tasks performed at driver load time must not
- conflict with DRM client requirements. For instance, if user
+ If compatibility is a concern (e.g. with drivers converted over
+ to the new interfaces from the old ones), care must be taken to
+ prevent device initialization and control that is incompatible with
+ currently active userspace drivers. For instance, if user
level mode setting drivers are in use, it would be problematic
to perform output discovery &amp; configuration at load time.
Likewise, if user-level drivers unaware of memory management are
@@ -279,11 +281,7 @@
needs to be taken to keep both old and new applications and
libraries working. The i915 driver supports the "modeset"
module parameter to control whether advanced features are
- enabled at load time or in legacy fashion. If compatibility is
- a concern (e.g. with drivers converted over to the new interfaces
- from the old ones), care must be taken to prevent device
- initialization and control that is incompatible with
- currently active userspace drivers.
+ enabled at load time or in legacy fashion.
</para>
<sect2>