summaryrefslogtreecommitdiff
path: root/include/linux/fb.h
AgeCommit message (Expand)Author
2003-04-24[PATCH] fbdev cleanupAlexander Viro
2003-04-23[PATCH] don't include devfs_fs_kernel.h in global headersChristoph Hellwig
2003-04-12[FBDEV] Improved speed performance. We copy many bytes of data instead of jus...James Simmons
2003-04-09[FBDEV] EDID support from OpenFirmware on PPC platoforms and from the BIOS on...James Simmons
2003-04-03[FBDEV] Killed off shutting down IRQs. We need them for some types of hardware.James Simmons
2003-03-30[FBDEV] Massive cleanups of the cursor api.James Simmons
2003-03-24[FBCON] Now we use workqueues so framebuffer code can always work in a proces...James Simmons
2003-03-17[FBCON]More optimizations. Removed moving struct display around.James Simmons
2003-03-09[FBDEV] Menu cleanups. Added in depenedency needed. More cleanup in fbcon layer.James Simmons
2003-03-09[FBDEV] Enhanced data buffer management for drawing very large images.James Simmons
2003-03-04[FBDEV] Updates for the SIS fbdev driver to the new api. Removed poll. We wil...James Simmons
2003-02-27[ATY FBDEV] Rage XL cards can now be booted with needed the BIOS :-)James Simmons
2003-02-15[FBDEV] Data in struct fb_image is now const.James Simmons
2003-02-13[LOGO] New better logo code. James Simmons
2003-01-27[RADEON FBDEV] Add cursor support. Now the cursor is back.James Simmons
2003-01-25Accel rountines pass in constant data into each function. The reason being wa...James Simmons
2003-01-10Final updtes to the GTF code. Now the code can gnerate GTF timings regardless...James Simmons
2003-01-07[MONITOR support] GTF support for VESA complaint monitors. Here we calculate ...James Simmons
2003-01-01[FB] Re-add fb_readq for non-sparc.Richard Henderson
2002-12-29Link in fix and cleanup plus a typo in pmagb-b-fb.h file.James Simmons
2002-12-20Merged with Linus tree. Some conflicts to resolve.James Simmons
2002-12-20Merge with davem work.James Simmons
2002-12-20Port of chipsfb driver to new api. Removed the fontwidth8 option. Let the xxx...James Simmons
2002-12-17Voodoo 1 ported to new api. STI and NVIDIA updates. MDA console fixes. Moved ...James Simmons
2002-12-11Anothe rattempt at commting.James Simmons
2002-12-05VGA text mode handling cleanup. Rusty's janitoral cleanups.James Simmons
2002-12-04MergeJames Simmons
2002-12-04Supprt for switching hardware from/to vga text mode.James Simmons
2002-12-03[PATCH] fb cleanupAlexander Viro
2002-11-22Use remote for now to make sync of trees work.James Simmons
2002-11-22Ported Mach64 and NVIDIA driver to final api. A bunch of improvements and bug...James Simmons
2002-11-21The software cursor works for any pixel arrangementJames Simmons
2002-11-14Cleaned up the cursor api. Now it uses fb_imaeg which makes sense since a cur...James Simmons
2002-11-14Start of hardware rotation. PDA devices have often rotated screens with respe...James Simmons
2002-11-13Grabbed the PPC drivers and in the process of porting to the latest api. Can ...James Simmons
2002-10-30Moved all console configuration out of arch directories into drivers/video/co...James Simmons
2002-10-23Moved over fbcon related files to the video/console directory. I also updated...James Simmons
2002-10-17Added a cursor api.James Simmons
2002-10-16The last of the console code inside the frmaebuffer layer. I also moved all t...James Simmons
2002-10-15Cleaned up and moved all the graphics related code inf drivers/video and move...James Simmons
2002-10-11Removed last console and old api related things. Removed experimental flags.James Simmons
2002-10-08Removed currcon and other console related code. Very little is now left.James Simmons
2002-08-27Merge http://fbdev.bkbits.net/fbdev-2.5James Simmons
2002-08-26More fbdev api cleanups. Removed modename from struct fb_info. Incorporated P...James Simmons
2002-08-20Further api porting. Almost done. Here we eliminate get[set]_cmap from struct...James Simmons
2002-08-18include/linux/fb.h: Declare do_install_cmap.David S. Miller
2002-07-27Removal of get_fix and get_var. Use the fields in struct fb_info instead.James Simmons
2002-07-23Removed all old fbgen code. Small cleanups.James Simmons
2002-05-28More changes for new fbdev subsytem.James Simmons
2002-04-21With the use of currcon and the function pointer in struct fb_info we now hav...James Simmons