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

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_opregion.c 90 u32 didl[8]; /* supported display devices ID list */ member in struct:opregion_acpi
679 * Initialise the DIDL field in opregion. This passes a list of devices to
686 if (i < ARRAY_SIZE(opregion->acpi->didl)) {
687 opregion->acpi->didl[i] = val;
689 i -= ARRAY_SIZE(opregion->acpi->didl);
748 * In theory, did2, the extended didl, gets added at opregion version
754 max_outputs = ARRAY_SIZE(opregion->acpi->didl) +
795 * essentially the same as copying from the DIDL. Technically, this is
intel_opregion.c 90 u32 didl[8]; /* supported display devices ID list */ member in struct:opregion_acpi
679 * Initialise the DIDL field in opregion. This passes a list of devices to
686 if (i < ARRAY_SIZE(opregion->acpi->didl)) {
687 opregion->acpi->didl[i] = val;
689 i -= ARRAY_SIZE(opregion->acpi->didl);
748 * In theory, did2, the extended didl, gets added at opregion version
754 max_outputs = ARRAY_SIZE(opregion->acpi->didl) +
795 * essentially the same as copying from the DIDL. Technically, this is

Completed in 22 milliseconds