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()
147 void (*gpu_bound)(struct pci_dev *dev, enum vga_switcheroo_client_id); member
1293 /* cleared in either gpu_bound op or codec probe, or when its in init_vga_switcheroo() 1306 .gpu_bound = azx_vs_gpu_bound,