summaryrefslogtreecommitdiffstats
path: root/drivers/video/efifb.c
Commit message (Expand)AuthorAgeFilesLines
* fbdev: efifb: add dev->remove() callbackDavid Herrmann2014-03-071-1/+12
* framebuffer: Use fb_<level>Joe Perches2013-10-291-2/+1
* efifb: prevent null-deref when iterating dmi_listJames Bates2013-10-291-2/+2
* Merge tag 'fbdev-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds2013-09-051-0/+1
|\
| * Release efifb's colormap in efifb_destroy()Peter Jones2013-08-301-0/+1
* | fbdev: efifb: bind to efi-framebufferDavid Herrmann2013-08-021-46/+22
* | x86: sysfb: move EFI quirks from efifb to sysfbDavid Herrmann2013-08-021-227/+7
|/
* Drivers: video: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
* efifb: Skip DMI checks if the bootloader knows what it's doingMatthew Garrett2012-09-171-1/+3
* vga: fix build when fbdev is a moduleMatthew Garrett2012-04-241-0/+2
* efifb: Implement vga_default_device() (v2)Matthew Garrett2012-04-241-20/+57
* efifb: Fix call to wrong unregister functionWanlong Gao2011-06-141-1/+1
* efifb: Disallow manual bind and unbindAndy Lutomirski2011-06-021-7/+14
* efifb: Fix mismatched request/release_mem_regionAndy Lutomirski2011-06-021-4/+7
* efifb: Enable write-combiningAndy Lutomirski2011-06-021-1/+1
* efifb: fix int to pointer cast warningKonstantin Khlebnikov2011-05-241-2/+2
* efifb: Add override for 11" Macbook Air 3,1Matthew Garrett2011-04-061-0/+4
* efifb: Support overriding fields FW tells us with the DMI data.Peter Jones2011-04-061-61/+88
* efifb: support AMD Radeon HD 6490Davidlohr Bueso2011-03-311-0/+3
* efifb: support the EFI framebuffer on more Apple hardwareLuke Macken2010-09-221-0/+42
* efifb: check that the base address is plausible on pci systemsPeter Jones2010-09-221-12/+49
* fbdev: efifb: section fixesHenrik Kretzschmar2010-08-111-4/+4
* Merge remote branch 'anholt/drm-intel-next' into drm-nextDave Airlie2010-05-191-0/+3
|\
| * drivers/video/efifb.c: support framebuffer for NVIDIA 9400M in MacBook Pro 5,1Thomas Gerlach2010-04-241-0/+3
* | fbdev: allow passing more than one aperture for handoffMarcin Slusarz2010-05-181-3/+8
|/
* platform-drivers: move probe to .devinit.text in drivers/videoUwe Kleine-König2010-03-071-1/+1
* efifb: fix framebuffer handoffMarcin Slusarz2010-02-221-1/+10
* fbdev: add support for handoff from firmware to hw framebuffersDave Airlie2009-06-161-1/+4
* efifb: exit if framebuffer address is invalidMatthew Garrett2009-04-131-2/+5
* efifb: dmi set video typeBrian Maly2009-04-011-1/+4
* efifb/imacfb consolidation + hardware supportPeter Jones2008-10-161-10/+181
* x86_64 EFI boot support: EFI frame buffer driverHuang, Ying2007-11-291-0/+232