Searched refs:gpu_bound (Results 1 – 3 of 3) sorted by relevance
217 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()
136 * @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
1287 /* cleared in either gpu_bound op or codec probe, or when its in init_vga_switcheroo() 1300 .gpu_bound = azx_vs_gpu_bound,