Searched refs:vga_switcheroo_register_client (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/include/linux/ |
| D | vga_switcheroo.h | 125 int vga_switcheroo_register_client(struct pci_dev *dev, 150 static inline int vga_switcheroo_register_client(struct pci_dev *dev, in vga_switcheroo_register_client() function
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/ |
| D | nouveau_vga.c | 102 vga_switcheroo_register_client(dev->pdev, &nouveau_switcheroo_ops, runtime); in nouveau_vga_init()
|
| /linux-4.4.14/drivers/gpu/vga/ |
| D | vga_switcheroo.c | 278 int vga_switcheroo_register_client(struct pci_dev *pdev, in vga_switcheroo_register_client() function 286 EXPORT_SYMBOL(vga_switcheroo_register_client);
|
| /linux-4.4.14/drivers/gpu/drm/i915/ |
| D | i915_dma.c | 388 ret = vga_switcheroo_register_client(dev->pdev, &i915_switcheroo_ops, false); in i915_load_modeset_init()
|
| /linux-4.4.14/drivers/gpu/drm/radeon/ |
| D | radeon_device.c | 1438 vga_switcheroo_register_client(rdev->pdev, &radeon_switcheroo_ops, runtime); in radeon_device_init()
|
| /linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_device.c | 1474 vga_switcheroo_register_client(adev->pdev, &amdgpu_switcheroo_ops, runtime); in amdgpu_device_init()
|