diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-08-25 18:31:42 +0000 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-08-29 19:30:39 +0000 |
commit | 58f1d652def02db0bdcdf03d01f3483fc18ec392 (patch) | |
tree | 94efea5fcdd5f27ea3c01be5f323900fdc6e4abb /Documentation/DocBook/drm.tmpl | |
parent | 80c84e6f3c2c707ccb5d7b500e25bda69f0e1895 (diff) | |
download | blackbird-op-linux-58f1d652def02db0bdcdf03d01f3483fc18ec392.tar.gz blackbird-op-linux-58f1d652def02db0bdcdf03d01f3483fc18ec392.zip |
DocBook/drm: Clean up `pre-memory management aware'
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 42368f4f7bab..e9242c09ac54 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -273,7 +273,7 @@ conflict with DRM client requirements. For instance, if user level mode setting drivers are in use, it would be problematic to perform output discovery & configuration at load time. - Likewise, if pre-memory management aware user level drivers are + Likewise, if user-level drivers unaware of memory management are in use, memory management and command buffer setup may need to be omitted. These requirements are driver specific, and care needs to be taken to keep both old and new applications and |