forked from Minki/linux
fc4effc7a9
A framebuffer driver for the display controller in AMD Geode GX processors (Geode GX533, Geode GX500 etc.). Tested at 640x480, 800x600, 1024x768 and 1280x1024 at 8, 16, and 24 bpp with both CRT and TFT. No accelerated features currently implemented and compression remains disabled. This driver requires that the BIOS (or the SoftVG/Firmbase code in the BIOS) has created an appropriate virtual PCI header. Signed-off-by: David Vrabel <dvrabel@arcom.com> Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
8 lines
235 B
Makefile
8 lines
235 B
Makefile
# Makefile for the Geode family framebuffer drivers
|
|
|
|
obj-$(CONFIG_FB_GEODE_GX1) += gx1fb.o
|
|
obj-$(CONFIG_FB_GEODE_GX) += gxfb.o
|
|
|
|
gx1fb-objs := gx1fb_core.o display_gx1.o video_cs5530.o
|
|
gxfb-objs := gxfb_core.o display_gx.o video_gx.o
|