Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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
/openbmc/linux/drivers/gpu/vga/
H A 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);
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_driver.c66 if (vga_switcheroo_client_probe_defer(pdev)) in intel_display_driver_probe_defer()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_drv.c295 if (vga_switcheroo_client_probe_defer(pdev)) in radeon_pci_probe()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c786 if (vga_switcheroo_client_probe_defer(pdev)) in nouveau_drm_probe()