aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fb.h
AgeCommit message (Expand)Author
2011-12-19fbdev: Add FOURCC-based format configuration APILaurent Pinchart
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-05-12fbcon: add lifetime refcount to opened frame buffersLinus Torvalds
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-17unicore32 machine related: add frame buffer driver for pkunity-v3 socGuanXuetao
2010-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt
2010-11-17fbcmap: integer overflow bugDan Carpenter
2010-11-15fbdev: when parsing E-EDID blocks, also use SVD entriesGuennadi Liakhovetski
2010-11-15video: add fb_edid_add_monspecs for parsing extended edid informationErik Gilling
2010-10-27fbmem: fix fb_read, fb_write unaligned accessesJames Hogan
2010-08-10vt/console: try harder to print output when panicingJesse Barnes
2010-08-05fb: add hooks to handle KDB enter/exitJesse Barnes
2010-07-20fb: handle allocation failure in alloc_apertures()Dan Carpenter
2010-07-01fb: fix colliding defines for fb flags.Dave Airlie
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-25fbdev: move FBIO_WAITFORVSYNC to linux/fb.hGrazvydas Ignotas
2010-05-18vga16fb, drm: vga16fb->drm handoffMarcin Slusarz
2010-05-18fbmem, drm/nouveau: kick firmware framebuffers as soon as possibleMarcin Slusarz
2010-05-18fbdev: allow passing more than one aperture for handoffMarcin Slusarz
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie
2009-12-10Merge branch 'xen/fbdev' of git://git.kernel.org/pub/scm/linux/kernel/git/jer...Linus Torvalds
2009-12-03fb-defio: If FBINFO_VIRTFB is defined, do not set VM_IO flag.Konrad Rzeszutek Wilk
2009-11-12fb: remove fb_save_state() and fb_restore_state operationsKrzysztof Helt
2009-09-12[ARM] pxafb: add accelerator ID for PXA3xx GCUDaniel Mack
2009-06-30fbdev: add mutex for fb_mmap lockingKrzysztof Helt
2009-06-16fbdev: blackfin has __raw I/O accessors, so use them in fb.hMike Frysinger
2009-06-16fbdev: add support for handoff from firmware to hw framebuffersDave Airlie
2009-04-13fbdev: fix color component field length documentationMichal Januszewski
2009-04-01fbdev: uninline lock_fb_info()Andrew Morton
2009-04-01cirrusfb: add accelerator constantKrzysztof Helt
2009-02-05fbmem: don't call copy_from/to_user() with mutex heldAndrea Righi
2009-01-15include of <linux/types.h> is preferred over <asm/types.h>Jaswinder Singh Rajput
2008-12-22fb: SH-5 uses __raw I/O accessors now also, drop the special casing.Paul Mundt
2008-10-20fb: convert lock/unlock_kernel() into local fb mutexKrzysztof Helt
2008-08-20fbdefio: add set_page_dirty handler to deferred IO FBIan Campbell
2008-07-24video/fb: cleanup FB_MAJOR usagePhilippe De Muyter
2008-07-24tridentfb: acceleration constants changeKrzysztof Helt
2008-04-28fb: add support for foreign endiannessAnton Vorontsov
2007-10-16fb: move and rename extern declaration for global_mode_optionGeert Uytterhoeven
2007-10-16Intel FB: more interlaced mode supportKrzysztof Halasa
2007-10-16fbdev: Support for byte-reversed framebuffer formatsPavel Pisa
2007-07-17OMAP: add TI OMAP1610 accelerator entry.Imre Deak
2007-07-17fbdev: fbcon: console unregistration from unregister_framebufferJesse Barnes
2007-06-01fbdev: Move declaration of fb_class to <linux/fb.h>Geert Uytterhoeven
2007-05-09fbdev: add support for AVR32Haavard Skinnemoen
2007-05-08fbdev: fbcon: check if mode can handle new screenAntonino A. Daplas
2007-05-08fbdev: add tile operation to get the maximum length of the mapAntonino A. Daplas
2007-05-08fbdev: advertise limitation of drawing engineAntonino A. Daplas
2007-05-08fbdev: add fb_read/fb_write functions for framebuffers in system RAMAntonino A. Daplas
2007-05-08fbdev: pass struct fb_info to fb_read and fb_writeAntonino A. Daplas