x86: sysfb: move EFI quirks from efifb to sysfb
authorDavid Herrmann <dh.herrmann@gmail.com>
Fri, 2 Aug 2013 12:05:23 +0000 (14:05 +0200)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 2 Aug 2013 23:17:47 +0000 (16:17 -0700)
commit2995e506276bfdc7311eb02db8b2aa1a61a4b849
treec84c86746352c3875bb418a7bb91e433c2aa4471
parente3263ab389a7bc9398c3d366819d6f39b9cfd677
x86: sysfb: move EFI quirks from efifb to sysfb

The EFI FB quirks from efifb.c are useful for simple-framebuffer devices
as well. Apply them by default so we can convert efifb.c to use
efi-framebuffer platform devices.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Link: http://lkml.kernel.org/r/1375445127-15480-5-git-send-email-dh.herrmann@gmail.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/sysfb.h
arch/x86/kernel/Makefile
arch/x86/kernel/sysfb.c
arch/x86/kernel/sysfb_efi.c [new file with mode: 0644]
drivers/video/efifb.c