Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dvga_switcheroo.h47 int vga_switcheroo_register_client(struct pci_dev *dev,
72 static inline int vga_switcheroo_register_client(struct pci_dev *dev, in vga_switcheroo_register_client() function
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_vga.c101 vga_switcheroo_register_client(dev->pdev, &nouveau_switcheroo_ops, runtime); in nouveau_vga_init()
/linux-4.1.27/drivers/gpu/vga/
Dvga_switcheroo.c165 int vga_switcheroo_register_client(struct pci_dev *pdev, in vga_switcheroo_register_client() function
172 EXPORT_SYMBOL(vga_switcheroo_register_client);
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_dma.c410 ret = vga_switcheroo_register_client(dev->pdev, &i915_switcheroo_ops, false); in i915_load_modeset_init()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_device.c1432 vga_switcheroo_register_client(rdev->pdev, &radeon_switcheroo_ops, runtime); in radeon_device_init()