Home
last modified time | relevance | path

Searched refs:has_dsm (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_acpi.c139 bool has_dsm = false; in intel_dsm_detect() local
144 has_dsm |= intel_dsm_pci_probe(pdev); in intel_dsm_detect()
147 if (vga_count == 2 && has_dsm) { in intel_dsm_detect()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_acpi.c254 int has_dsm = 0; in nouveau_dsm_detect() local
273 has_dsm |= 1; in nouveau_dsm_detect()
283 has_dsm |= 1; in nouveau_dsm_detect()
296 } else if (vga_count == 2 && has_dsm && guid_valid) { in nouveau_dsm_detect()