diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-08-25 15:02:52 -0400 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-08-29 15:59:48 -0400 |
commit | 005d7f4a01d3c755c3abab38b7e380f0bbff475d (patch) | |
tree | e8affe4e55ca05109b4cfcdb06acf73e0e616df8 /Documentation/DocBook | |
parent | eb2b8d4273fb8b73821ca8dbc9c0de10e9879833 (diff) |
DocBook/drm: Insert missing comma
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 953c4cb726bb..230c738c22f0 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -429,7 +429,7 @@ | |||
429 | object should be sizeof(struct ttm_mem_global), and the init and | 429 | object should be sizeof(struct ttm_mem_global), and the init and |
430 | release hooks should point at your driver specific init and | 430 | release hooks should point at your driver specific init and |
431 | release routines, which probably eventually call | 431 | release routines, which probably eventually call |
432 | ttm_mem_global_init and ttm_mem_global_release respectively. | 432 | ttm_mem_global_init and ttm_mem_global_release, respectively. |
433 | </para> | 433 | </para> |
434 | <para> | 434 | <para> |
435 | Once your global TTM accounting structure is set up and initialized | 435 | Once your global TTM accounting structure is set up and initialized |
@@ -499,8 +499,8 @@ | |||
499 | <sect3> | 499 | <sect3> |
500 | <title>Output discovery and initialization</title> | 500 | <title>Output discovery and initialization</title> |
501 | <para> | 501 | <para> |
502 | Several core functions exist to create CRTCs, encoders and | 502 | Several core functions exist to create CRTCs, encoders, and |
503 | connectors, namely drm_crtc_init(), drm_connector_init() and | 503 | connectors, namely drm_crtc_init(), drm_connector_init(), and |
504 | drm_encoder_init(), along with several "helper" functions to | 504 | drm_encoder_init(), along with several "helper" functions to |
505 | perform common tasks. | 505 | perform common tasks. |
506 | </para> | 506 | </para> |
@@ -578,7 +578,7 @@ void intel_crt_init(struct drm_device *dev) | |||
578 | </para> | 578 | </para> |
579 | </sect4> | 579 | </sect4> |
580 | <para> | 580 | <para> |
581 | For each encoder, CRTC and connector, several functions must | 581 | For each encoder, CRTC, and connector, several functions must |
582 | be provided, depending on the object type. Encoder objects | 582 | be provided, depending on the object type. Encoder objects |
583 | need to provide a DPMS (basically on/off) function, mode fixup | 583 | need to provide a DPMS (basically on/off) function, mode fixup |
584 | (for converting requested modes into native hardware timings), | 584 | (for converting requested modes into native hardware timings), |
@@ -727,7 +727,7 @@ void intel_crt_init(struct drm_device *dev) | |||
727 | <title>Output management</title> | 727 | <title>Output management</title> |
728 | <para> | 728 | <para> |
729 | At the core of the DRM output management code is a set of | 729 | At the core of the DRM output management code is a set of |
730 | structures representing CRTCs, encoders and connectors. | 730 | structures representing CRTCs, encoders, and connectors. |
731 | </para> | 731 | </para> |
732 | <para> | 732 | <para> |
733 | A CRTC is an abstraction representing a part of the chip that | 733 | A CRTC is an abstraction representing a part of the chip that |