Skip to content

Commit

Permalink
DocBook/drm: Replace the paragraph's first sentence with its last sen…
Browse files Browse the repository at this point in the history
…tence

Signed-off-by: Michael Witten <mfwitten@gmail.com>
  • Loading branch information
Michael Witten committed Aug 29, 2011
1 parent 75aa9df commit 6e375f4
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Documentation/DocBook/drm.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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>
Expand Down

0 comments on commit 6e375f4

Please sign in to comment.