Home
last modified time | relevance | path

Searched refs:pci_is_display (Results 1 – 6 of 6) sorted by relevance

/linux/sound/hda/core/
H A Di915.c158 !pci_is_display(display_dev)) in i915_gfx_present()
/linux/drivers/vfio/pci/
H A Dvfio_pci_igd.c440 return (pdev->vendor == PCI_VENDOR_ID_INTEL) && pci_is_display(pdev); in vfio_pci_is_intel_display()
/linux/drivers/gpu/vga/
H A Dvga_switcheroo.c440 if (pci_is_display(pdev)) { in vga_switcheroo_client_probe_defer()
/linux/sound/hda/controllers/
H A Dintel.c1465 if (pci_is_display(p) && in get_bound_vga()
1477 if (pci_is_display(p)) in get_bound_vga()
/linux/include/linux/
H A Dpci.h789 static inline bool pci_is_display(struct pci_dev *pdev) in pci_is_display() function
/linux/drivers/iommu/intel/
H A Diommu.c37 #define IS_GFX_DEVICE(pdev) pci_is_display(pdev)