aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fb.h
Commit message (Expand)AuthorAgeFilesLines
* applied patches from i9305 jb sources, updated mali to r3p0codeworkx2012-09-181-0/+1
* samsung update 1codeworkx2012-06-021-0/+4
* fbcon: add lifetime refcount to opened frame buffersLinus Torvalds2011-05-121-0/+1
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* unicore32 machine related: add frame buffer driver for pkunity-v3 socGuanXuetao2011-03-171-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-12-221-0/+1
|\
| * fbcmap: integer overflow bugDan Carpenter2010-11-171-0/+1
* | fbdev: when parsing E-EDID blocks, also use SVD entriesGuennadi Liakhovetski2010-11-151-0/+1
* | video: add fb_edid_add_monspecs for parsing extended edid informationErik Gilling2010-11-151-0/+2
|/
* fbmem: fix fb_read, fb_write unaligned accessesJames Hogan2010-10-271-0/+6
* vt/console: try harder to print output when panicingJesse Barnes2010-08-101-0/+4
* fb: add hooks to handle KDB enter/exitJesse Barnes2010-08-051-0/+13
* fb: handle allocation failure in alloc_apertures()Dan Carpenter2010-07-201-0/+2
* fb: fix colliding defines for fb flags.Dave Airlie2010-07-011-2/+2
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-4/+1
* fbdev: move FBIO_WAITFORVSYNC to linux/fb.hGrazvydas Ignotas2010-05-251-1/+1
* vga16fb, drm: vga16fb->drm handoffMarcin Slusarz2010-05-181-1/+2
* fbmem, drm/nouveau: kick firmware framebuffers as soon as possibleMarcin Slusarz2010-05-181-0/+1
* fbdev: allow passing more than one aperture for handoffMarcin Slusarz2010-05-181-2/+15
* vga_switcheroo: initial implementation (v15)Dave Airlie2010-03-011-0/+2
* Merge branch 'xen/fbdev' of git://git.kernel.org/pub/scm/linux/kernel/git/jer...Linus Torvalds2009-12-101-0/+1
|\
| * fb-defio: If FBINFO_VIRTFB is defined, do not set VM_IO flag.Konrad Rzeszutek Wilk2009-12-031-0/+1
* | fb: remove fb_save_state() and fb_restore_state operationsKrzysztof Helt2009-11-121-6/+0
* | [ARM] pxafb: add accelerator ID for PXA3xx GCUDaniel Mack2009-09-121-0/+1
|/
* fbdev: add mutex for fb_mmap lockingKrzysztof Helt2009-06-301-0/+1
* fbdev: blackfin has __raw I/O accessors, so use them in fb.hMike Frysinger2009-06-161-1/+1
* fbdev: add support for handoff from firmware to hw framebuffersDave Airlie2009-06-161-1/+11
* fbdev: fix color component field length documentationMichal Januszewski2009-04-131-2/+6
* fbdev: uninline lock_fb_info()Andrew Morton2009-04-011-9/+1
* cirrusfb: add accelerator constantKrzysztof Helt2009-04-011-0/+1
* fbmem: don't call copy_from/to_user() with mutex heldAndrea Righi2009-02-051-0/+15
* include of <linux/types.h> is preferred over <asm/types.h>Jaswinder Singh Rajput2009-01-151-1/+1
* fb: SH-5 uses __raw I/O accessors now also, drop the special casing.Paul Mundt2008-12-221-1/+1
* fb: convert lock/unlock_kernel() into local fb mutexKrzysztof Helt2008-10-201-0/+1
* fbdefio: add set_page_dirty handler to deferred IO FBIan Campbell2008-08-201-0/+3
* video/fb: cleanup FB_MAJOR usagePhilippe De Muyter2008-07-241-1/+0
* tridentfb: acceleration constants changeKrzysztof Helt2008-07-241-0/+4
* fb: add support for foreign endiannessAnton Vorontsov2008-04-281-9/+35
* fb: move and rename extern declaration for global_mode_optionGeert Uytterhoeven2007-10-161-0/+1
* Intel FB: more interlaced mode supportKrzysztof Halasa2007-10-161-0/+1
* fbdev: Support for byte-reversed framebuffer formatsPavel Pisa2007-10-161-0/+1
* OMAP: add TI OMAP1610 accelerator entry.Imre Deak2007-07-171-0/+1
* fbdev: fbcon: console unregistration from unregister_framebufferJesse Barnes2007-07-171-0/+2
* fbdev: Move declaration of fb_class to <linux/fb.h>Geert Uytterhoeven2007-06-011-0/+1
* fbdev: add support for AVR32Haavard Skinnemoen2007-05-091-1/+1
* fbdev: fbcon: check if mode can handle new screenAntonino A. Daplas2007-05-081-0/+12
* fbdev: add tile operation to get the maximum length of the mapAntonino A. Daplas2007-05-081-1/+2
* fbdev: advertise limitation of drawing engineAntonino A. Daplas2007-05-081-0/+4
* fbdev: add fb_read/fb_write functions for framebuffers in system RAMAntonino A. Daplas2007-05-081-0/+4
* fbdev: pass struct fb_info to fb_read and fb_writeAntonino A. Daplas2007-05-081-2/+4