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

/linux-master/include/linux/
H A Dvga_switcheroo.h136 * @gpu_bound: notify the client id to audio client when the GPU is bound.
141 * OTOH, @gpu_bound is only for audio clients, and not used for GPU clients.
147 void (*gpu_bound)(struct pci_dev *dev, enum vga_switcheroo_client_id); member in struct:vga_switcheroo_client_ops
/linux-master/drivers/gpu/vga/
H A Dvga_switcheroo.c217 if (client->ops->gpu_bound)
218 client->ops->gpu_bound(client->pdev, ret);
383 if (ops->gpu_bound)
384 ops->gpu_bound(pdev, id);
/linux-master/sound/pci/hda/
H A Dhda_intel.c1296 /* cleared in either gpu_bound op or codec probe, or when its
1309 .gpu_bound = azx_vs_gpu_bound,

Completed in 128 milliseconds