Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/drivers/gpu/vga/
Dvga_switcheroo.c438 bool vga_switcheroo_client_probe_defer(struct pci_dev *pdev) in vga_switcheroo_client_probe_defer() function
452 EXPORT_SYMBOL(vga_switcheroo_client_probe_defer);
/linux-5.19.10/drivers/gpu/drm/radeon/
Dradeon_drv.c328 if (vga_switcheroo_client_probe_defer(pdev)) in radeon_pci_probe()
/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_drm.c751 if (vga_switcheroo_client_probe_defer(pdev)) in nouveau_drm_probe()
/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_display.c10538 if (vga_switcheroo_client_probe_defer(pdev)) in intel_modeset_probe_defer()