An error occurred fetching the project authors.
- 16 Oct, 2002 1 commit
-
-
James Simmons authored
Cleaned up and moved all the graphics related code inf drivers/video and move the console display related stuff into lower directory called console.
-
- 12 Oct, 2002 1 commit
-
-
James Simmons authored
-
- 20 Aug, 2002 1 commit
-
-
James Simmons authored
Further api porting. Almost done. Here we eliminate get[set]_cmap from struct fb_ops. Also set_disp has ben moved into fbcon.c instead of the drivers.
-
- 12 Aug, 2002 1 commit
-
-
James Simmons authored
-
- 02 Aug, 2002 1 commit
-
-
James Simmons authored
-
- 27 Jul, 2002 1 commit
-
-
James Simmons authored
-
- 23 Jul, 2002 1 commit
-
-
James Simmons authored
-
- 28 Jun, 2002 1 commit
-
-
James Simmons authored
Removed fbcon-vga.c and the old fbgen code. Ported over the SgiVW, OpenFirmware fbdev driver and started the Mach64 fbdev driver to the new api. A few simple typos as well.
-
- 21 Jun, 2002 1 commit
-
-
James Simmons authored
More changes to port over teh ATI 128 driver to new api. Optimizations for fbgen and small bug fix for gen_update_var
-
- 03 May, 2002 1 commit
-
-
James Simmons authored
-
- 22 Apr, 2002 2 commits
-
-
James Simmons authored
Now that we have made the color map handling code more generic I have replaced alot of the xxxfb_set_cmap funcitons with the generic one in fbgen.c
-
James Simmons authored
With the use of currcon and the function pointer in struct fb_info we now have a generic do_install_cmap funciton. Nearly every driver had this function dulplicated. No more which now has led to good size code reduction. yeah!!!
-
- 18 Apr, 2002 2 commits
-
-
James Simmons authored
Moved all framebuffer drivers over to use set_colreg insid eof struct fb_info instead of passing around a funciton pointer. The old code was really brain dead. This will allow for enormous code reduction
-
James Simmons authored
-
- 17 Apr, 2002 1 commit
-
-
James Simmons authored
I moved every framebuffer driver over to use the currcon in struct fb_info. This prevents clashes with global currcon when we have more than one framebuffer driver.
-
- 05 Feb, 2002 3 commits
-
-
Linus Torvalds authored
- me/Al Viro: fix bdget() oops with block device modules that don't clean up after they exit - Alan Cox: continued merging (drivers, license tags) - David Miller: sparc update, network fixes - Christoph Hellwig: work around broken drivers that add a gendisk more than once - Jakub Jelinek: handle more ELF loading special cases - Trond Myklebust: NFS client and lockd reclaimer cleanups/fixes - Greg KH: USB updates - Mikael Pettersson: sparate out local APIC / IO-APIC config options
-
Linus Torvalds authored
- Jens Axboe: fix loop device deadlocks - Greg KH: USB updates - Alan Cox: continued merging - Tim Waugh: parport and documentation updates - Cort Dougan: PowerPC merge - Jeff Garzik: network driver updates - Justin Gibbs: new and much improved aic7xxx driver 6.1.5
-
Linus Torvalds authored
-