udlfb: Enable fb_defio by default
authorBernie Thompson <bernie@plugable.com>
Sun, 21 Aug 2011 20:35:38 +0000 (13:35 -0700)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Wed, 24 Aug 2011 10:12:33 +0000 (10:12 +0000)
commit9f811b72c669e29f8c01e258d912254065e58f11
tree06f5175444fa761a73055cfa0bb96c296dda121e
parentd3189545ee69527e949769b89a4cbb331de97b4a
udlfb: Enable fb_defio by default

Enables page fault based detection of mmap writes to the framebuffer,
which allows standard fbdev apps (like the generic fbdev xorg driver)
to work on DisplayLink devices.

Not all bugs are shaken out of the fb_defio path of udlfb, but it's
tantalizingly close, so this seems a good time to enable by default.

Alternatively, option can be disabled when running with an xorg driver
that can more directly communicate damaged regions of the framebuffer
via IOCTL. This is a simpler, higher perf option, when available.

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