- Add fbdev mode-setting backend to Xati. It and vesa are compiled in when

available, with fbdev being used by default.
- Use depth 16 by default when vesa backend is used.
- Add MMIO defines for PowerPC (should be in a common location).
Many thanks for Michel Daenzer for much of this code.
This commit is contained in:
Eric Anholt 2003-12-01 04:33:36 +00:00
commit 9cdd6fd9e3
7 changed files with 250 additions and 69 deletions

View file

@ -1,10 +1,14 @@
if KDRIVEVESA
VESA_SUBDIRS = vesa ati mach64 mga nvidia r128 smi
VESA_SUBDIRS = vesa mach64 mga nvidia r128 smi
endif
SUBDIRS = \
src \
linux \
fbdev \
$(VESA_SUBDIRS)
if KDRIVEFBDEV
FBDEV_SUBDIRS = fbdev
endif
SUBDIRS = \
src \
linux \
$(FBDEV_SUBDIRS) \
$(VESA_SUBDIRS) \
ati