summaryrefslogtreecommitdiff
path: root/drivers/video/vfb.c
AgeCommit message (Expand)Author
2011-08-19vfb: use display information in info not in var for panningLaurent Pinchart
2010-05-25fbdev: section cleanup in vfbHenrik Kretzschmar
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07platform-drivers: move probe to .devinit.text in drivers/videoUwe Kleine-König
2009-04-13fbdev: fix color component field length documentationMichal Januszewski
2009-04-01vfb: fix memory leaks in removal pathAndres Salomon
2008-07-24vfb: only enable if explicitly requested when compiled inFrans Pop
2007-10-16vfb: make virtual framebuffer mmapableIlya Yanok
2007-10-16fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt
2007-05-08vfb: use fb_sys_read() and fb_sys_write()Antonino A. Daplas
2007-05-08vfb: use sys instead of cfb drawing functionsAntonino A. Daplas
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl
2006-06-26[PATCH] vfb: Update platform codeAntonino A. Daplas
2006-03-20[PATCH] Mark empty release functions as brokenGreg Kroah-Hartman
2006-01-14[PATCH] fbdev: Sanitize ->fb_mmap prototypeChristoph Hellwig
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King
2005-11-07[PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbconAntonino A. Daplas
2005-10-29Create platform_device.h to contain all the platform device details.Russell King
2005-03-09[PATCH] fbdev: Cleanups in driver/videoAntonino Daplas
2005-01-07[PATCH] MODULE_PARM conversionsAndrew Morton
2004-10-28[PATCH] fbdev: Add __iomem annotations to vfbAntonino Daplas
2004-09-22[PATCH] fbcon: fix fbcon's setup routineAntonino Daplas
2004-09-07[PATCH] fbdev: Add module_init() and fb_get_options() per driverAntonino Daplas
2004-05-14[PATCH] fbdev: Virtual fbdev updatesAndrew Morton
2003-04-24[PATCH] fbdev cleanupAlexander Viro
2003-04-01[PATCH] Fix use of const with __initdata in vfb.cRusty Russell
2002-11-21The software cursor works for any pixel arrangementJames Simmons
2002-10-30Moved all console configuration out of arch directories into drivers/video/co...James Simmons
2002-10-17Added a cursor api.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-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-07-27Removal of get_fix and get_var. Use the fields in struct fb_info instead.James Simmons
2002-06-20M68K updates for there framebuffer devices.James Simmons
2002-06-03A few small fixes from porting it over to the new api. ALso a few more driver...James Simmons
2002-05-21More drivers ported over to new API.James Simmons
2002-04-22Now that we have made the color map handling code more generic I have replace...James Simmons
2002-04-21With the use of currcon and the function pointer in struct fb_info we now hav...James Simmons
2002-04-18Moved screen_base from struct display to struct fb_info. The reason for this ...James Simmons
2002-04-18Moved all framebuffer drivers over to use set_colreg insid eof struct fb_info...James Simmons
2002-04-17Added a macro to obtain the foreground color of the erase character. The new ...James Simmons
2002-04-16I moved every framebuffer driver over to use the currcon in struct fb_info. T...James Simmons
2002-02-05v2.5.2.3 -> v2.5.2.4Linus Torvalds
2002-02-04v2.4.14.4 -> v2.4.14.5Linus Torvalds
2002-02-04v2.4.12.5 -> v2.4.12.6Linus Torvalds
2002-02-04v2.4.9.8 -> v2.4.9.9Linus Torvalds
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds
2002-02-04v2.4.0.8 -> v2.4.0.9Linus Torvalds
2002-02-04Import changesetLinus Torvalds