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

/linux-master/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; } function
/linux-master/drivers/gpu/vga/
H A Dvga_switcheroo.c334 * to be ON. Beforehand, vga_switcheroo_client_probe_defer() shall be called
356 * to use runtime PM. Beforehand, vga_switcheroo_client_probe_defer()
428 * vga_switcheroo_client_probe_defer() - whether to defer probing a given client
438 bool vga_switcheroo_client_probe_defer(struct pci_dev *pdev) function
452 EXPORT_SYMBOL(vga_switcheroo_client_probe_defer); variable
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_drv.c295 if (vga_switcheroo_client_probe_defer(pdev))
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_driver.c69 if (vga_switcheroo_client_probe_defer(pdev))
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c800 if (vga_switcheroo_client_probe_defer(pdev))

Completed in 251 milliseconds