]> git.baikalelectronics.ru Git - kernel.git/commit
staging: udlfb: fix incorrect fb_defio implementation for multiple framebuffers
authorBernie Thompson <bernie@plugable.com>
Mon, 6 Sep 2010 01:28:29 +0000 (18:28 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 6 Sep 2010 02:45:59 +0000 (19:45 -0700)
commit2026194b4724fdcd048dc3b663899cb58dd51357
treedb1e8e8d5b2e8d3981d91dc4f67b9807958f14f3
parent7624e0d61c2b692267dee0aafc64d14f38a7e388
staging: udlfb: fix incorrect fb_defio implementation for multiple framebuffers

Fix fb_defio bug in udlfb for multiple framebuffers

Previously when using fb_defio with multiple DisplayLink attached displays
udlfb incorrectly used a shared datastructure where it needed to have
one per fb_info struct. This was completely broken and caused all kinds of
problems, including rendering to one framebuffer affecting others.

Signed-off-by: Bernie Thompson <bernie@plugable.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/udlfb/udlfb.c
drivers/staging/udlfb/udlfb.h