summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/vga
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'topic/remove-fbcon-notifiers-2019-06-26' into drm-misc-next-fixesMaarten Lankhorst2019-06-261-0/+1
|\
| * vga_switcheroo: Depend upon fbcon being built-in, if enabledDaniel Vetter2019-06-261-0/+1
* | Merge branch 'topic/remove-fbcon-notifiers' into drm-misc-nextMaarten Lankhorst2019-06-191-8/+3Star
|\|
| * vgaswitcheroo: call fbcon_remap_all directlyDaniel Vetter2019-06-121-8/+3Star
* | vga_switcheroo: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-131-27/+7Star
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge tag 'drm-misc-next-fixes-2019-03-13' of git://anongit.freedesktop.org/d...Dave Airlie2019-03-141-0/+49
|\
| * drm: move i915_kick_out_vgacon to vgaarbGerd Hoffmann2019-03-071-0/+49
* | vga-switcheroo: make PCI dependency explicitSinan Kaya2019-01-151-0/+1
|/
* Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-11-191-7/+14
|\
| * vgaarb: Keep adding VGA device in queueAaron Ma2018-10-231-1/+1
| * vgaarb: Add support for 64-bit frame buffer addressAaron Ma2018-10-231-6/+13
* | vga_switcheroo: Fix missing gpu_bound call at audio client registrationTakashi Iwai2018-11-051-0/+3
|/
* ALSA: hda - Enable runtime PM only for discrete GPUTakashi Iwai2018-09-131-0/+2
* vga_switcheroo: set audio client id according to bound GPU idJim Qu2018-07-171-11/+52
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-152-2/+2
* vga_switcheroo: Let HDA autosuspend on mux changeLukas Wunner2018-03-131-2/+6
* vga_switcheroo: Use device link for HDA controllerLukas Wunner2018-03-131-107/+8Star
* vga_switcheroo: Deduplicate power state trackingLukas Wunner2018-03-131-12/+23
* vga_switcheroo: Update PCI current_state on power changeLukas Wunner2018-03-131-0/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* vgaarb: Factor out EFI and fallback default device selectionBjorn Helgaas2017-10-181-22/+35
* vgaarb: Select a default VGA device even if there's no legacy VGABjorn Helgaas2017-10-181-0/+25
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-03-071-13/+15
|\
| * drivers:gpu: vga :vga_switcheroo.c : Fixed some coding style issuesJoan Jani2017-03-011-13/+15
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
|/
* vgaarb: use valid dev pointer in vgaarb_info()Arnd Bergmann2016-11-221-2/+1Star
* vgaarb: Downgrade userspace-triggerable messages to debugBjorn Helgaas2016-11-181-5/+5
* vgaarb: Use dev_printk() when possibleBjorn Helgaas2016-11-181-31/+35
* drivers/gpu/vga: allocate vga_arb_write() buffer on stackDmitry Vyukov2016-10-171-11/+4Star
* vgaarbiter: rst-ifiy and polish kerneldocDaniel Vetter2016-08-161-2/+108
* vga_switcheroo: Sphinxify docsLukas Wunner2016-07-121-14/+14
* vga_switcheroo: Support deferred probing of audio clientsLukas Wunner2016-05-311-8/+11
* vga_switcheroo: Add helper for deferred probingLukas Wunner2016-05-311-1/+28
* vga_switcheroo: Add support for switching only the DDCLukas Wunner2016-02-091-2/+95
* vga_switcheroo: Add handler flags infrastructureLukas Wunner2016-02-091-1/+21
* Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-211-5/+6
|\
| * Merge branch 'pm-core'Rafael J. Wysocki2016-01-211-5/+6
| |\
| | * PM / Domains: add setter for dev.pm_domainTomeu Vizoso2016-01-081-5/+6
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-01-171-1/+1
|\ \ \ | |/ / |/| |
| * | Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-01-171-1/+1
| |\ \
| | * | vga_switcheroo: Prettify documentationLukas Wunner2016-01-041-1/+1
| | |/
* | | Merge branch 'memdup_user_nul' into work.miscAl Viro2016-01-041-2/+4
|\| |
| * | vgaarb: fix signal handling in vga_get()Kirill A. Shutemov2015-12-111-2/+4
| |/
* / vgaarb: remove bogus checksAl Viro2015-12-071-7/+0Star
|/
* vga_switcheroo: Drop client power state VGA_SWITCHEROO_INITLukas Wunner2015-11-051-2/+0Star
* vga_switcheroo: Constify vga_switcheroo_handlerLukas Wunner2015-10-201-2/+2
* vga_switcheroo: Use enum vga_switcheroo_client_id instead of intLukas Wunner2015-10-161-7/+10