diff options
author | Eric Engestrom <eric@engestrom.ch> | 2016-04-24 20:24:21 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-05-10 05:05:27 -0400 |
commit | ad6a2d0f8d2991102e89a0b24a0a49fa7b0ec844 (patch) | |
tree | aefe1f3cbbf5fe65b60a32d9a421428f0f507663 /Documentation/fb | |
parent | 524edf3877775c46e8b3ba56f9dd75d07914392c (diff) |
Documentation: fb: fix spelling mistakes
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'Documentation/fb')
-rw-r--r-- | Documentation/fb/udlfb.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/fb/udlfb.txt b/Documentation/fb/udlfb.txt index 57d2f2908b12..c985cb65dd06 100644 --- a/Documentation/fb/udlfb.txt +++ b/Documentation/fb/udlfb.txt | |||
@@ -9,7 +9,7 @@ pairing that with a hardware framebuffer (16MB) on the other end of the | |||
9 | USB wire. That hardware framebuffer is able to drive the VGA, DVI, or HDMI | 9 | USB wire. That hardware framebuffer is able to drive the VGA, DVI, or HDMI |
10 | monitor with no CPU involvement until a pixel has to change. | 10 | monitor with no CPU involvement until a pixel has to change. |
11 | 11 | ||
12 | The CPU or other local resource does all the rendering; optinally compares the | 12 | The CPU or other local resource does all the rendering; optionally compares the |
13 | result with a local shadow of the remote hardware framebuffer to identify | 13 | result with a local shadow of the remote hardware framebuffer to identify |
14 | the minimal set of pixels that have changed; and compresses and sends those | 14 | the minimal set of pixels that have changed; and compresses and sends those |
15 | pixels line-by-line via USB bulk transfers. | 15 | pixels line-by-line via USB bulk transfers. |
@@ -66,10 +66,10 @@ means that from a hardware and fbdev software perspective, everything is good. | |||
66 | At that point, a /dev/fb? interface will be present for user-mode applications | 66 | At that point, a /dev/fb? interface will be present for user-mode applications |
67 | to open and begin writing to the framebuffer of the DisplayLink device using | 67 | to open and begin writing to the framebuffer of the DisplayLink device using |
68 | standard fbdev calls. Note that if mmap() is used, by default the user mode | 68 | standard fbdev calls. Note that if mmap() is used, by default the user mode |
69 | application must send down damage notifcations to trigger repaints of the | 69 | application must send down damage notifications to trigger repaints of the |
70 | changed regions. Alternatively, udlfb can be recompiled with experimental | 70 | changed regions. Alternatively, udlfb can be recompiled with experimental |
71 | defio support enabled, to support a page-fault based detection mechanism | 71 | defio support enabled, to support a page-fault based detection mechanism |
72 | that can work without explicit notifcation. | 72 | that can work without explicit notification. |
73 | 73 | ||
74 | The most common client of udlfb is xf86-video-displaylink or a modified | 74 | The most common client of udlfb is xf86-video-displaylink or a modified |
75 | xf86-video-fbdev X server. These servers have no real DisplayLink specific | 75 | xf86-video-fbdev X server. These servers have no real DisplayLink specific |