diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-08-25 15:49:10 -0400 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-08-29 16:00:05 -0400 |
commit | 3bf7df615612671271512aada7d83285f3fa731b (patch) | |
tree | e9255cae30c8b423c177fbc8f59122dfc5749c48 /Documentation/DocBook | |
parent | 1dbd39c3ea3967c41a09e81c826499f7ae9c8180 (diff) |
DocBook/drm: Remove redundancy
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 15541b1fc052..c24f50ce7862 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -462,8 +462,7 @@ | |||
462 | be initialized separately into its own DRM MM object. | 462 | be initialized separately into its own DRM MM object. |
463 | </para> | 463 | </para> |
464 | <para> | 464 | <para> |
465 | Initialization is driver specific, and depends on | 465 | Initialization is driver specific. In the case of Intel |
466 | the architecture of the device. In the case of Intel | ||
467 | integrated graphics chips like 965GM, GEM initialization can | 466 | integrated graphics chips like 965GM, GEM initialization can |
468 | be done by calling the internal GEM init function, | 467 | be done by calling the internal GEM init function, |
469 | i915_gem_do_init(). Since the 965GM is a UMA device | 468 | i915_gem_do_init(). Since the 965GM is a UMA device |