diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-05-15 16:54:06 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-05-25 22:51:23 -0400 |
commit | 9a6594fc5241ad96cff727a134f336b1f1eaa0f7 (patch) | |
tree | b089ad932ff8188e666adee28d6a554842e8f7ee /Documentation/DocBook/drm.tmpl | |
parent | b5e6c1dace3257ca29a67994f7cb3adc3a78e6ea (diff) |
Documentation: fix typos in drm docbook
Fix spelling typo in DocBook/drm.tmpl
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index ec81c20a17db..a21cdd5396ad 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -79,7 +79,7 @@ | |||
79 | <partintro> | 79 | <partintro> |
80 | <para> | 80 | <para> |
81 | This first part of the DRM Developer's Guide documents core DRM code, | 81 | This first part of the DRM Developer's Guide documents core DRM code, |
82 | helper libraries for writting drivers and generic userspace interfaces | 82 | helper libraries for writing drivers and generic userspace interfaces |
83 | exposed by DRM drivers. | 83 | exposed by DRM drivers. |
84 | </para> | 84 | </para> |
85 | </partintro> | 85 | </partintro> |
@@ -451,7 +451,7 @@ char *date;</synopsis> | |||
451 | providing a solution to every graphics memory-related problems, GEM | 451 | providing a solution to every graphics memory-related problems, GEM |
452 | identified common code between drivers and created a support library to | 452 | identified common code between drivers and created a support library to |
453 | share it. GEM has simpler initialization and execution requirements than | 453 | share it. GEM has simpler initialization and execution requirements than |
454 | TTM, but has no video RAM management capabitilies and is thus limited to | 454 | TTM, but has no video RAM management capabilities and is thus limited to |
455 | UMA devices. | 455 | UMA devices. |
456 | </para> | 456 | </para> |
457 | <sect2> | 457 | <sect2> |
@@ -881,7 +881,7 @@ int (*prime_fd_to_handle)(struct drm_device *dev, | |||
881 | vice versa. Drivers must use the kernel dma-buf buffer sharing framework | 881 | vice versa. Drivers must use the kernel dma-buf buffer sharing framework |
882 | to manage the PRIME file descriptors. Similar to the mode setting | 882 | to manage the PRIME file descriptors. Similar to the mode setting |
883 | API PRIME is agnostic to the underlying buffer object manager, as | 883 | API PRIME is agnostic to the underlying buffer object manager, as |
884 | long as handles are 32bit unsinged integers. | 884 | long as handles are 32bit unsigned integers. |
885 | </para> | 885 | </para> |
886 | <para> | 886 | <para> |
887 | While non-GEM drivers must implement the operations themselves, GEM | 887 | While non-GEM drivers must implement the operations themselves, GEM |
@@ -2348,7 +2348,7 @@ void intel_crt_init(struct drm_device *dev) | |||
2348 | first create properties and then create and associate individual instances | 2348 | first create properties and then create and associate individual instances |
2349 | of those properties to objects. A property can be instantiated multiple | 2349 | of those properties to objects. A property can be instantiated multiple |
2350 | times and associated with different objects. Values are stored in property | 2350 | times and associated with different objects. Values are stored in property |
2351 | instances, and all other property information are stored in the propery | 2351 | instances, and all other property information are stored in the property |
2352 | and shared between all instances of the property. | 2352 | and shared between all instances of the property. |
2353 | </para> | 2353 | </para> |
2354 | <para> | 2354 | <para> |
@@ -2689,10 +2689,10 @@ int num_ioctls;</synopsis> | |||
2689 | <sect1> | 2689 | <sect1> |
2690 | <title>Legacy Support Code</title> | 2690 | <title>Legacy Support Code</title> |
2691 | <para> | 2691 | <para> |
2692 | The section very brievely covers some of the old legacy support code which | 2692 | The section very briefly covers some of the old legacy support code which |
2693 | is only used by old DRM drivers which have done a so-called shadow-attach | 2693 | is only used by old DRM drivers which have done a so-called shadow-attach |
2694 | to the underlying device instead of registering as a real driver. This | 2694 | to the underlying device instead of registering as a real driver. This |
2695 | also includes some of the old generic buffer mangement and command | 2695 | also includes some of the old generic buffer management and command |
2696 | submission code. Do not use any of this in new and modern drivers. | 2696 | submission code. Do not use any of this in new and modern drivers. |
2697 | </para> | 2697 | </para> |
2698 | 2698 | ||