HomeSort by: relevance | last modified time | path
    Searched defs:intel_dsm_handle (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_acpi.c 152 static ACPI_HANDLE intel_dsm_handle; variable in typeref:typename:ACPI_HANDLE
172 if (node != NULL && intel_dsm_handle == NULL)
173 intel_dsm_handle = intel_dsm_pci_probe(node->ad_handle);
184 if (vga_count == 2 && intel_dsm_handle) {
185 const char *name = acpi_name(intel_dsm_handle);

Completed in 11 milliseconds