Home
last modified time | relevance | path

Searched refs:vga_switcheroo_lock_ddc (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/include/linux/
Dvga_switcheroo.h166 int vga_switcheroo_lock_ddc(struct pci_dev *pdev);
189 static inline int vga_switcheroo_lock_ddc(struct pci_dev *pdev) { return -ENODEV; } in vga_switcheroo_lock_ddc() function
/linux-5.19.10/drivers/gpu/vga/
Dvga_switcheroo.c559 int vga_switcheroo_lock_ddc(struct pci_dev *pdev) in vga_switcheroo_lock_ddc() function
573 EXPORT_SYMBOL(vga_switcheroo_lock_ddc);
/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_connector.c442 vga_switcheroo_lock_ddc(pdev); in nouveau_connector_ddc_detect()
/linux-5.19.10/drivers/gpu/drm/
Ddrm_edid.c2341 vga_switcheroo_lock_ddc(pdev); in drm_get_edid_switcheroo()