Searched refs:has_mux (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/nouveau/ |
D | nouveau_acpi.c | 215 bool *has_mux, bool *has_opt, in nouveau_dsm_pci_probe() argument 251 *has_mux = supports_mux; in nouveau_dsm_pci_probe() 272 bool has_mux = false; in nouveau_dsm_detect() local 290 nouveau_dsm_pci_probe(pdev, &dhandle, &has_mux, &has_optimus, in nouveau_dsm_detect() 297 nouveau_dsm_pci_probe(pdev, &dhandle, &has_mux, &has_optimus, in nouveau_dsm_detect() 314 } else if (vga_count == 2 && has_mux && guid_valid) { in nouveau_dsm_detect()
|