summaryrefslogtreecommitdiff
path: root/drivers/video/console/fbcon.h
AgeCommit message (Expand)Author
2010-08-05fb: add hooks to handle KDB enter/exitJesse Barnes
2008-10-02fbcon: fix monochrome color value calculationDavid Winn
2008-08-11Revert "fbcon: bgcolor fix"Linus Torvalds
2008-07-24fbcon: remove stray semicolonsJan Beulich
2008-07-24fbcon: bgcolor fixStefano Stabellini
2008-04-28fbcon: replace mono_col macro with static inlineHarvey Harrison
2008-02-06fbcon: fix color generation for monochrome framebufferThomas Pfaff
2007-06-01fbdev: Move declaration of fb_class to <linux/fb.h>Geert Uytterhoeven
2007-02-12[PATCH] fbdev modedb: make more pointer parameters constGeert Uytterhoeven
2006-10-03[PATCH] fbcon: Use persistent allocation for cursor blinkingDave Jones
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-26[PATCH] Detaching fbcon: sdd sysfs class device entry for fbconAntonino A. Daplas
2006-01-10[PATCH] fbcon: Sanitize fbconAntonino A. Daplas
2005-11-13[PATCH] fbdev: fix module dependency loopAntonino A. Daplas
2005-11-09[PATCH] fbcon: Console Rotation - Add support to rotate font bitmapAntonino A. Daplas
2005-11-09[PATCH] fbcon: Console Rotation - Prepare fbcon for console rotationAntonino A. Daplas
2005-11-07[PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbconAntonino A. Daplas
2005-09-13[PATCH] fbcon: constify font dataJan Beulich
2005-09-09[PATCH] fbcon: Stop cursor timer if console is inactiveAntonino A. Daplas
2005-03-30[PATCH] fbcon: Call set_par per fb_info once during initAntonino Daplas
2005-03-30[PATCH] fbcon: Save var rotate field in struct displayAntonino Daplas
2005-03-30[PATCH] fbdev: Cleanups in drivers/video part 2Antonino Daplas
2005-03-30[PATCH] fbcon: Stop framebuffer operations before hardware is properly initia...Antonino Daplas
2005-03-09[PATCH] fbcon: Cursor fixesAntonino Daplas
2005-01-14[PATCH] fbcon: Fix compile errorAntonino Daplas
2005-01-04[PATCH] fbcon/fbdev: Add blanking notificationAntonino Daplas
2004-11-15[PATCH] fbcon: Disable fbcon cursor if vt softcursor is enabledAntonino Daplas
2004-11-07[PATCH] fbcon/fbdev: Remove fbcon-specific fields from struct fb_infoAntonino Daplas
2004-10-25[PATCH] fbdev: Clean up of fbcon/fbdev cursor interfaceAntonino Daplas
2004-10-18[PATCH] fbdev: Add Tile Blitting supportAntonino Daplas
2004-09-07[PATCH] fbcon: take over console on driver registrationAntonino Daplas
2004-08-22[PATCH] fbdev: support for bold attribute for monochrome framebuffersAntonino Daplas
2004-08-22[PATCH] Video Mode Handling - Save per-display graphics/display settingsAntonino Daplas
2004-07-06[PATCH] fbcon: new scrolling mode: YPAN + REDRAWAntonino Daplas
2004-06-29[PATCH] signed bug in drivers/video/console/fbcon.c con2fb_map[]Olaf Hering
2004-06-17[PATCH] fb accel capabilitiesDavid Eger
2004-05-21[PATCH] fbdev: mode switching fix.Andrew Morton
2003-05-13[PATCH] Framebuffer console fixJames Simmons
2003-04-01[FBDEV] Final cursor code cleanups. Now the burden of handling the cursor cod...James Simmons
2003-03-17[FBCON]More optimizations. Removed moving struct display around.James Simmons
2003-03-13[FBCON] Cursor handling clean up. I nuked several static variables. James Simmons
2003-03-11[FBCON] Killing off more cursor fields in struct display. Use what is in stru...James Simmons
2003-03-09[FBDEV] Menu cleanups. Added in depenedency needed. More cleanup in fbcon layer.James Simmons
2003-02-25[FBCON] More struct display cleanup. Also killed off static buffer for accel_...James Simmons
2003-02-18Removed obsolete functions in fbcon.c and re-enabled mapping console(s) to a ...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-01Made fbcon modular.James Simmons
2002-11-25Moved over fbcon to use the accel api only. This will shrink the code conside...James Simmons
2002-11-21The software cursor works for any pixel arrangementJames Simmons