aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt1-0/+1
2010-11-17fbcmap: integer overflow bugDan Carpenter1-0/+1
2010-11-15fbdev: when parsing E-EDID blocks, also use SVD entriesGuennadi Liakhovetski1-0/+1
2010-11-15video: add fb_edid_add_monspecs for parsing extended edid informationErik Gilling1-0/+2
2010-10-27fbmem: fix fb_read, fb_write unaligned accessesJames Hogan1-0/+6
2010-08-10vt/console: try harder to print output when panicingJesse Barnes1-0/+4
2010-08-05fb: add hooks to handle KDB enter/exitJesse Barnes1-0/+13
2010-07-20fb: handle allocation failure in alloc_apertures()Dan Carpenter1-0/+2
2010-07-01fb: fix colliding defines for fb flags.Dave Airlie1-2/+2
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-4/+1
2010-05-25fbdev: move FBIO_WAITFORVSYNC to linux/fb.hGrazvydas Ignotas1-1/+1
2010-05-18vga16fb, drm: vga16fb->drm handoffMarcin Slusarz1-1/+2
2010-05-18fbmem, drm/nouveau: kick firmware framebuffers as soon as possibleMarcin Slusarz1-0/+1
2010-05-18fbdev: allow passing more than one aperture for handoffMarcin Slusarz1-2/+15
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie1-0/+2
2009-12-10Merge branch 'xen/fbdev' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-0/+1
2009-12-03fb-defio: If FBINFO_VIRTFB is defined, do not set VM_IO flag.Konrad Rzeszutek Wilk1-0/+1
2009-11-12fb: remove fb_save_state() and fb_restore_state operationsKrzysztof Helt1-6/+0
2009-09-12[ARM] pxafb: add accelerator ID for PXA3xx GCUDaniel Mack1-0/+1
2009-06-30fbdev: add mutex for fb_mmap lockingKrzysztof Helt1-0/+1
2009-06-16fbdev: blackfin has __raw I/O accessors, so use them in fb.hMike Frysinger1-1/+1
2009-06-16fbdev: add support for handoff from firmware to hw framebuffersDave Airlie1-1/+11
2009-04-13fbdev: fix color component field length documentationMichal Januszewski1-2/+6
2009-04-01fbdev: uninline lock_fb_info()Andrew Morton1-9/+1
2009-04-01cirrusfb: add accelerator constantKrzysztof Helt1-0/+1
2009-02-05fbmem: don't call copy_from/to_user() with mutex heldAndrea Righi1-0/+15
2009-01-15include of <linux/types.h> is preferred over <asm/types.h>Jaswinder Singh Rajput1-1/+1
2008-12-22fb: SH-5 uses __raw I/O accessors now also, drop the special casing.Paul Mundt1-1/+1
2008-10-20fb: convert lock/unlock_kernel() into local fb mutexKrzysztof Helt1-0/+1
2008-08-20fbdefio: add set_page_dirty handler to deferred IO FBIan Campbell1-0/+3
2008-07-24video/fb: cleanup FB_MAJOR usagePhilippe De Muyter1-1/+0
2008-07-24tridentfb: acceleration constants changeKrzysztof Helt1-0/+4
2008-04-28fb: add support for foreign endiannessAnton Vorontsov1-9/+35
2007-10-16fb: move and rename extern declaration for global_mode_optionGeert Uytterhoeven1-0/+1
2007-10-16Intel FB: more interlaced mode supportKrzysztof Halasa1-0/+1
2007-10-16fbdev: Support for byte-reversed framebuffer formatsPavel Pisa1-0/+1
2007-07-17OMAP: add TI OMAP1610 accelerator entry.Imre Deak1-0/+1
2007-07-17fbdev: fbcon: console unregistration from unregister_framebufferJesse Barnes1-0/+2
2007-06-01fbdev: Move declaration of fb_class to <linux/fb.h>Geert Uytterhoeven1-0/+1
2007-05-09fbdev: add support for AVR32Haavard Skinnemoen1-1/+1
2007-05-08fbdev: fbcon: check if mode can handle new screenAntonino A. Daplas1-0/+12
2007-05-08fbdev: add tile operation to get the maximum length of the mapAntonino A. Daplas1-1/+2
2007-05-08fbdev: advertise limitation of drawing engineAntonino A. Daplas1-0/+4
2007-05-08fbdev: add fb_read/fb_write functions for framebuffers in system RAMAntonino A. Daplas1-0/+4
2007-05-08fbdev: pass struct fb_info to fb_read and fb_writeAntonino A. Daplas1-2/+4
2007-05-08fbdev: add drawing functions for framebuffers in system RAMAntonino A. Daplas1-0/+6
2007-05-08fb: fsync() method for deferred I/O flush.Paul Mundt1-2/+4
2007-05-08fbdev: mm: Deferred IO supportJaya Kumar1-0/+20
2007-02-20backlight: Rework backlight/fb interaction simplifying, lotsRichard Purdie1-6/+3
2007-02-20backlight/fbcon: Add FB_EVENT_CONBLANKRichard Purdie1-1/+3