Searched refs:has_mux (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/nouveau/ |
| D | nouveau_acpi.c | 215 bool *has_mux, bool *has_opt, in nouveau_dsm_pci_probe() argument 248 *has_mux = supports_mux; in nouveau_dsm_pci_probe() 269 bool has_mux = false; in nouveau_dsm_detect() local 287 nouveau_dsm_pci_probe(pdev, &dhandle, &has_mux, &has_optimus, in nouveau_dsm_detect() 294 nouveau_dsm_pci_probe(pdev, &dhandle, &has_mux, &has_optimus, in nouveau_dsm_detect() 311 } else if (vga_count == 2 && has_mux && guid_valid) { in nouveau_dsm_detect()
|