summaryrefslogtreecommitdiffstats
path: root/drivers/pci/vgaarb.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-021-6/+8
|\
| * PCI/VGA: Select VGA devices earlierSui Jingfeng2023-10-061-6/+8
| * PCI/VGA: Use pci_is_vga() to identify VGA devicesSui Jingfeng2023-10-061-1/+1
* | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-1/+1
|/
* PCI/VGA: Fix typosSui Jingfeng2023-08-241-149/+159
* PCI/VGA: Simplify vga_client_register()Sui Jingfeng2023-08-231-12/+7
* PCI/VGA: Simplify vga_arbiter_notify_clients()Sui Jingfeng2023-08-231-4/+2
* PCI/VGA: Correct vga_update_device_decodes() parameter typeSui Jingfeng2023-08-231-13/+12
* PCI/VGA: Correct vga_str_to_iostate() io_state parameter typeSui Jingfeng2023-08-231-1/+1
* PCI: Introduce pci_dev_for_each_resource()Mika Westerberg2023-04-041-12/+5
* PCI/VGA: Replace full MIT license text with SPDX identifierBjorn Helgaas2022-03-091-22/+1
* PCI/VGA: Use unsigned format string to print lock countsBjorn Helgaas2022-03-091-1/+1
* PCI/VGA: Log bridge control messages when adding devicesHuacai Chen2022-03-091-11/+8
* PCI/VGA: Remove empty vga_arb_device_card_gone()Bjorn Helgaas2022-03-091-15/+1
* PCI/VGA: Move disabled VGA device detection to ADD_DEVICE pathHuacai Chen2022-03-091-18/+9
* PCI/VGA: Move non-legacy VGA detection to ADD_DEVICE pathHuacai Chen2022-03-091-22/+32
* PCI/VGA: Move firmware default device detection to ADD_DEVICE pathHuacai Chen2022-03-091-20/+17
* PCI/VGA: Factor out default VGA device selectionHuacai Chen2022-03-091-6/+39
* PCI/VGA: Factor out vga_select_framebuffer_device()Bjorn Helgaas2022-03-091-46/+53
* PCI/VGA: Move vga_arb_integrated_gpu() earlier in fileHuacai Chen2022-03-091-14/+11
* PCI/VGA: Move vgaarb to drivers/pciBjorn Helgaas2022-03-091-0/+1567