aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/fb
diff options
context:
space:
mode:
authorStuart Hopkins <stuart@linux-depot.com>2011-08-21 16:34:17 -0400
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2011-08-24 06:10:44 -0400
commitd3189545ee69527e949769b89a4cbb331de97b4a (patch)
tree170eff40bdf5c47cc4c35c13f1c927a952f32783 /Documentation/fb
parentdef76608681983c1fe70c0fa780d8fe777442ef5 (diff)
udlfb: Add module option to do without shadow framebuffer
By default, udlfb allocates a 2nd buffer to shadow what's across the bus on the USB device. It can operate without this shadow, but then it cannot tell which pixels have changed, and must send all. Saves host memory, but worsens the USB 2.0 bus bottleneck. This option allows users in very low memory situations (e.g. bifferboard) to optionally turn off this shadow framebuffer. Signed-off-by: Stuart Hopkins <stuart@linux-depot.com> Signed-off-by: Bernie Thompson <bernie@plugable.com> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'Documentation/fb')
-rw-r--r--Documentation/fb/udlfb.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/fb/udlfb.txt b/Documentation/fb/udlfb.txt
index 7fdde2a02a2..473ceed9e4e 100644
--- a/Documentation/fb/udlfb.txt
+++ b/Documentation/fb/udlfb.txt
@@ -105,6 +105,11 @@ console Allow fbcon to attach to udlfb provided framebuffers. This
105 the first framebuffer it finds, which isn't usually what the 105 the first framebuffer it finds, which isn't usually what the
106 user wants in the case of USB displays. 106 user wants in the case of USB displays.
107 107
108shadow Allocate a 2nd framebuffer to shadow what's currently across
109 the USB bus in device memory. If any pixels are unchanged,
110 do not transmit. Spends host memory to save USB transfers.
111 Enabled by default. Only disable on very low memory systems.
112
108Sysfs Attributes 113Sysfs Attributes
109================ 114================
110 115