Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/vga/
H A Dvga_switcheroo.c217 if (client->ops->gpu_bound) in vga_switcheroo_enable()
218 client->ops->gpu_bound(client->pdev, ret); in vga_switcheroo_enable()
383 if (ops->gpu_bound) in vga_switcheroo_register_audio_client()
384 ops->gpu_bound(pdev, id); in vga_switcheroo_register_audio_client()
/openbmc/linux/include/linux/
H A Dvga_switcheroo.h147 void (*gpu_bound)(struct pci_dev *dev, enum vga_switcheroo_client_id); member
/openbmc/linux/sound/pci/hda/
H A Dhda_intel.c1309 .gpu_bound = azx_vs_gpu_bound,