aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/vgaarb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-21vgaarb: don't pass a cookie to vga_client_registerChristoph Hellwig1-5/+5
2021-07-21vgaarb: remove the unused irq_set_state argument to vga_client_registerChristoph Hellwig1-3/+1
2021-07-21vgaarb: provide a vga_client_unregister wrapperChristoph Hellwig1-0/+5
2021-07-21vgaarb: cleanup vgaarb.hChristoph Hellwig1-48/+42
2021-07-21vgaarb: move the kerneldoc for vga_set_legacy_decoding to vgaarb.cChristoph Hellwig1-13/+0
2021-07-21vgaarb: remove vga_conflictsChristoph Hellwig1-12/+0
2021-07-21vgaarb: remove VGA_DEFAULT_DEVICEChristoph Hellwig1-6/+0
2021-03-22vgaarb: avoid -Wempty-body warningsArnd Bergmann1-1/+3
2021-01-18vgaarb: Remove unneeded semicolonsYue Zou1-3/+3
2020-08-01vgaarb: mark vga_tryget staticChristoph Hellwig1-6/+0
2019-03-07drm: move i915_kick_out_vgacon to vgaarbGerd Hoffmann1-0/+2
2016-08-16vgaarbiter: rst-ifiy and polish kerneldocDaniel Vetter1-112/+16
2015-04-07vgaarb: Stub vga_set_legacy_decoding()Alex Williamson1-0/+5
2014-09-16vgaarb: Drop obsolete #ifndefBruno Prémont1-2/+0
2013-10-11Revert "i915: Update VGA arbiter support for newer devices"Dave Airlie1-7/+0
2013-09-03i915: Update VGA arbiter support for newer devicesAlex Williamson1-0/+7
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder1-2/+2
2012-05-03vgaarb: Provide dummy default device functionsMatthew Garrett1-0/+5
2012-05-02Merge tag 'drm-intel-next-2012-04-23' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-nextDave Airlie1-0/+2
2012-04-24vgaarb: Add support for setting the default video device (v2)Matthew Garrett1-0/+2
2012-04-11vgaarb.h: fix build warningsRandy Dunlap1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2010-08-27vgaarb: Wrap vga_(get|put) in CONFIG_VGA_ARBChris Wilson1-2/+13
2010-08-12vgaarb: drop vga.h includeDave Airlie1-1/+0
2010-07-21include/linux/vgaarb.h: add missing part of include guardDoug Goldstein1-0/+1
2010-06-03vgaarb: use MIT licenseTiago Vignatti1-0/+21
2009-09-24Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-1/+2
2009-09-23vgaarb: make client interface config invariant.Ingo Molnar1-1/+10
2009-09-17PCI: fix VGA arbiter header fileJesse Barnes1-1/+2
2009-09-09PCI/vgaarb: cleanup some warnings + cleanup some comments.Dave Airlie1-22/+27
2009-09-09PCI/GPU: implement VGA arbitration on LinuxBenjamin Herrenschmidt1-0/+195