Home
last modified time | relevance | path

Searched refs:vga_switcheroo_client_probe_defer (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/
Dvga_switcheroo.h171 bool vga_switcheroo_client_probe_defer(struct pci_dev *pdev);
192 static inline bool vga_switcheroo_client_probe_defer(struct pci_dev *pdev) { return false; } in vga_switcheroo_client_probe_defer() function
/Linux-v4.19/drivers/gpu/vga/
Dvga_switcheroo.c436 bool vga_switcheroo_client_probe_defer(struct pci_dev *pdev) in vga_switcheroo_client_probe_defer() function
450 EXPORT_SYMBOL(vga_switcheroo_client_probe_defer);
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_pci.c713 if (vga_switcheroo_client_probe_defer(pdev)) in i915_pci_probe()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_drv.c345 if (vga_switcheroo_client_probe_defer(pdev)) in radeon_pci_probe()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_drm.c469 if (vga_switcheroo_client_probe_defer(pdev)) in nouveau_drm_probe()