summaryrefslogtreecommitdiff
path: root/drivers/video/fbcon.c
AgeCommit message (Collapse)Author
2002-10-15Cleaned up and moved all the graphics related code inf drivers/video and ↵James Simmons
move the console display related stuff into lower directory called console.
2002-10-11Removed last console and old api related things. Removed experimental flags.James Simmons
2002-08-26Added support for logo displaying for new api. Now new code supports 24 bpp.James Simmons
2002-08-20Further api porting. Almost done. Here we eliminate get[set]_cmap from ↵James Simmons
struct fb_ops. Also set_disp has ben moved into fbcon.c instead of the drivers.
2002-08-16[PATCH] More display -> fb_info fixes for new fbdevPetr Vandrovec
This is the second part of "broken cfb* support in the 2.5.31-bk". I needed fbcon-cfb2 on one of my systems, and so I went through all fbcon-* drivers and fixed them. line_length, type, type_aux and visual were moved from display to fb_info in last James Simmon's fbdev update. Unfortunately lowlevel support modules were not updated.
2002-08-14[PATCH] broken cfb* support in the 2.5.31-bkPetr Vandrovec
line_length, type and visual moved from display struct to the fb_info's fix structure during last fbdev updates. Unfortunately generic code was not updated together, so now every fbdev driver is broken.
2002-08-11Moved over to use the fix field in struct fb_info instead of fields in ↵James Simmons
struct display.
2002-07-27Removal of get_fix and get_var. Use the fields in struct fb_info instead.James Simmons
2002-07-23[PATCH] M68k update (part 17)Geert Uytterhoeven
The Mac6x11 font depends on CONFIG_FBCON_MAC, not on CONFIG_MAC
2002-07-23[PATCH] M68k update (part 16)Geert Uytterhoeven
The penguin logo resides in normal RAM, not in frame buffer memory, so we must not use fb_readb()
2002-06-17[PATCH] Latest nonlinear CPU patchesRusty Russell
This patch removes the concept of "logical" CPU numbers, in preparation for CPU hotplugging.
2002-04-18Moved screen_base from struct display to struct fb_info. The reason for this ↵James Simmons
to eventually remove and even elimate struct display in every fbdev driver.
2002-04-17Added a macro to obtain the foreground color of the erase character. The new ↵James Simmons
accel wrapper uses it.
2002-02-04v2.5.1.6 -> v2.5.1.7Linus Torvalds
- Jeff Garzik: fix up loop and md for struct kdev_t typechecking - Jeff Garzik: improved old-tulip network driver - Arnaldo: more scsi driver bio updates - Kai Germaschewski: ISDN updates - various: kdev_t updates
2002-02-04v2.4.12.2 -> v2.4.12.3Linus Torvalds
- Jens Axboe: clean up duplicate unused request list - Jeff Mahoney: reiserfs endianness finishing touches - Hugh Dickins: some further swapoff fixes and cleanups - prepare-for-Alan: move drivers/i2o into drivers/message/i2o - Leonard Zubkoff: 2TB disk device fixes - Paul Schroeder: mwave config enable - Urban Widmark: fix via-rhine double free.. - Tom Rini: PPC fixes - NIIBE Yutaka: SuperH update
2002-02-04v2.4.9.10 -> v2.4.9.11Linus Torvalds
- Neil Brown: md cleanups/fixes - Andrew Morton: console locking merge - Andrea Arkangeli: major VM merge
2002-02-04v2.4.9.4 -> v2.4.9.5Linus Torvalds
- Merge with Alan - Trond Myklebust: NFS fixes - kmap and root inode special case - Al Viro: more superblock cleanups, inode leak in rd.c, minix directories in page cache - Paul Mackerras: clean up rubbish from sl82c105.c - Neil Brown: md/raid cleanups, NFS filehandles - Johannes Erdfelt: USB update (usb-2.0 support, visor fix, Clie fix, pl2303 driver update) - David Miller: sparc and net update - Eric Biederman: simplify and correct bootdata allocation - don't overwrite ramdisks - Tim Waugh: support multiple SuperIO devices, parport doc updates
2002-02-04v2.4.6.2 -> v2.4.6.3Linus Torvalds
- merge with Alan (SCSI subsystem) - Jeff Garzik: make serial driver PCI hotplug-aware
2002-02-04v2.4.6 -> v2.4.6.1Linus Torvalds
- merge with Alan (irda, s390, mips64, chris, sk98lin, mips/mm) - rth: fix alpha RTC calibration - Paul Mackerras: fix PPC typo
2002-02-04v2.4.5.1 -> v2.4.5.2Linus Torvalds
- Takanori Kawano: brlock indexing bugfix - Ingo Molnar, Jeff Garzik: softirq updates and fixes - Al Viro: rampage of superblock cleanups. - Jean Tourrilhes: Orinoco driver update v6, IrNET update - Trond Myklebust: NFS brown-paper-bag thing - Tim Waugh: parport update - David Miller: networking and sparc updates - Jes Sorensen: m68k update. - Ben Fennema: UDF update - Geert Uytterhoeven: fbdev logo updates - Willem Riede: osst driver updates - Paul Mackerras: PPC update - Marcelo Tosatti: unlazy swap cache - Mikulas Patocka: hpfs update
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds
- Jens: better ordering of requests when unable to merge - Neil Brown: make md work as a module again (we cannot autodetect in modules, not enough background information) - Neil Brown: raid5 SMP locking cleanups - Neil Brown: nfsd: handle Irix NFS clients named pipe behavior and dentry leak fix - maestro3 shutdown fix - fix dcache hash calculation that could cause bad hashes under certain circumstances (Dean Gaudet) - David Miller: networking and sparc updates - Jeff Garzik: include file cleanups - Andy Grover: ACPI update - Coda-fs error return fixes - rth: alpha Jensen update
2002-02-04Import changesetLinus Torvalds