DocBook/drm: Replace the paragraph's first sentence with its last sentence
authorMichael Witten <mfwitten@gmail.com>
Thu, 25 Aug 2011 18:37:05 +0000 (18:37 +0000)
committerMichael Witten <mfwitten@gmail.com>
Mon, 29 Aug 2011 19:30:45 +0000 (19:30 +0000)
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Documentation/DocBook/drm.tmpl

index eb28cc02d41b975b8588f80469c084389cf21ede..9eda9b6df51dee46d7f7e88ad79171917861093e 100644 (file)
       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
       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>
This page took 0.025422 seconds and 5 git commands to generate.