Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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) in vga_switcheroo_client_probe_defer() function
452 EXPORT_SYMBOL(vga_switcheroo_client_probe_defer); variable
/kernel/linux/linux-6.6/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) in vga_switcheroo_client_probe_defer() function
452 EXPORT_SYMBOL(vga_switcheroo_client_probe_defer); variable
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_drv.c354 if (vga_switcheroo_client_probe_defer(pdev)) in radeon_pci_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_display_driver.c66 if (vga_switcheroo_client_probe_defer(pdev)) in intel_display_driver_probe_defer()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_drv.c295 if (vga_switcheroo_client_probe_defer(pdev)) in radeon_pci_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_pci.c1068 if (vga_switcheroo_client_probe_defer(pdev)) in i915_pci_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c752 if (vga_switcheroo_client_probe_defer(pdev)) in nouveau_drm_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c786 if (vga_switcheroo_client_probe_defer(pdev)) in nouveau_drm_probe()

Completed in 10 milliseconds