Home
last modified time | relevance | path

Searched refs:set_gpu_state (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/linux/
Dvga_switcheroo.h40 void (*set_gpu_state)(struct pci_dev *dev, enum vga_switcheroo_state); member
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_vga.c80 .set_gpu_state = nouveau_switcheroo_set_state,
/linux-4.1.27/drivers/gpu/vga/
Dvga_switcheroo.c290 client->ops->set_gpu_state(client->pdev, VGA_SWITCHEROO_ON); in vga_switchon()
300 client->ops->set_gpu_state(client->pdev, VGA_SWITCHEROO_OFF); in vga_switchoff()
313 client->ops->set_gpu_state(client->pdev, state); in set_audio_state()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_dma.c383 .set_gpu_state = i915_switcheroo_set_state,
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_device.c1254 .set_gpu_state = radeon_switcheroo_set_state,
/linux-4.1.27/sound/pci/hda/
Dhda_intel.c1074 .set_gpu_state = azx_vs_set_state,