Home
last modified time | relevance | path

Searched refs:gpu_bound (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dvga_switcheroo.h147 void (*gpu_bound)(struct pci_dev *dev, enum vga_switcheroo_client_id); member
/Linux-v4.19/drivers/gpu/vga/
Dvga_switcheroo.c218 if (client->ops->gpu_bound) in vga_switcheroo_enable()
219 client->ops->gpu_bound(client->pdev, ret); in vga_switcheroo_enable()
/Linux-v4.19/sound/pci/hda/
Dhda_intel.c1355 .gpu_bound = azx_vs_gpu_bound,