udlfb: Add module option to do without shadow framebuffer
authorStuart Hopkins <stuart@linux-depot.com>
Sun, 21 Aug 2011 20:34:17 +0000 (13:34 -0700)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Wed, 24 Aug 2011 10:10:44 +0000 (10:10 +0000)
commitd3189545ee69527e949769b89a4cbb331de97b4a
tree170eff40bdf5c47cc4c35c13f1c927a952f32783
parentdef76608681983c1fe70c0fa780d8fe777442ef5
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>
Documentation/fb/udlfb.txt
drivers/video/udlfb.c