Searched refs:pci_is_vga (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_drv.c98 if (pci_is_vga(pdev) && pdev->revision < 5) {
129 if (pci_is_vga(pdev) && pdev->revision < 5)
157 if (pci_is_vga(pdev) && pdev->revision < 5)
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_drv.c54 bool vga = pci_is_vga(pdev);
/linux-master/drivers/pci/
H A Dvgaarb.c1503 if (!pci_is_vga(pdev))
1554 if (pci_is_vga(pdev))
H A Dpci-sysfs.c1561 if (a == &dev_attr_boot_vga.attr && pci_is_vga(pdev))
/linux-master/include/linux/
H A Dpci.h717 * pci_is_vga - check if the PCI device is a VGA device
730 static inline bool pci_is_vga(struct pci_dev *pdev) function

Completed in 133 milliseconds