Home
last modified time | relevance | path

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

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