aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/vgaarb.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+8
2023-10-06PCI/VGA: Select VGA devices earlierSui Jingfeng1-6/+8
2023-10-06PCI/VGA: Use pci_is_vga() to identify VGA devicesSui Jingfeng1-1/+1
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-1/+1
2023-08-24PCI/VGA: Fix typosSui Jingfeng1-149/+159
2023-08-23PCI/VGA: Simplify vga_client_register()Sui Jingfeng1-12/+7
2023-08-23PCI/VGA: Simplify vga_arbiter_notify_clients()Sui Jingfeng1-4/+2
2023-08-23PCI/VGA: Correct vga_update_device_decodes() parameter typeSui Jingfeng1-13/+12
2023-08-23PCI/VGA: Correct vga_str_to_iostate() io_state parameter typeSui Jingfeng1-1/+1
2023-04-04PCI: Introduce pci_dev_for_each_resource()Mika Westerberg1-12/+5
2022-03-09PCI/VGA: Replace full MIT license text with SPDX identifierBjorn Helgaas1-22/+1
2022-03-09PCI/VGA: Use unsigned format string to print lock countsBjorn Helgaas1-1/+1
2022-03-09PCI/VGA: Log bridge control messages when adding devicesHuacai Chen1-11/+8
2022-03-09PCI/VGA: Remove empty vga_arb_device_card_gone()Bjorn Helgaas1-15/+1
2022-03-09PCI/VGA: Move disabled VGA device detection to ADD_DEVICE pathHuacai Chen1-18/+9
2022-03-09PCI/VGA: Move non-legacy VGA detection to ADD_DEVICE pathHuacai Chen1-22/+32
2022-03-09PCI/VGA: Move firmware default device detection to ADD_DEVICE pathHuacai Chen1-20/+17
2022-03-09PCI/VGA: Factor out default VGA device selectionHuacai Chen1-6/+39
2022-03-09PCI/VGA: Factor out vga_select_framebuffer_device()Bjorn Helgaas1-46/+53
2022-03-09PCI/VGA: Move vga_arb_integrated_gpu() earlier in fileHuacai Chen1-14/+11
2022-03-09PCI/VGA: Move vgaarb to drivers/pciBjorn Helgaas1-0/+1567