HomeSort by: relevance | last modified time | path
    Searched refs:drrs_type (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_bios.c 256 * The below piece of code is required to adjust vbt.drrs_type
261 dev_priv->vbt.drrs_type = STATIC_DRRS_SUPPORT;
265 dev_priv->vbt.drrs_type = SEAMLESS_DRRS_SUPPORT;
269 dev_priv->vbt.drrs_type = DRRS_NOT_SUPPORTED;
675 * If DRRS is not supported, drrs_type has to be set to 0.
681 dev_priv->vbt.drrs_type = DRRS_NOT_SUPPORTED;
704 * If DRRS is not supported, drrs_type has to be set to 0.
710 dev_priv->vbt.drrs_type = DRRS_NOT_SUPPORTED;
intel_dp.c 7326 if (dev_priv->vbt.drrs_type != SEAMLESS_DRRS_SUPPORT) {
7337 dev_priv->drrs.type = dev_priv->vbt.drrs_type;
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_debugfs.c 2928 if (dev_priv->vbt.drrs_type == STATIC_DRRS_SUPPORT)
2929 seq_puts(m, "\tVBT: DRRS_type: Static");
2930 else if (dev_priv->vbt.drrs_type == SEAMLESS_DRRS_SUPPORT)
2931 seq_puts(m, "\tVBT: DRRS_type: Seamless");
2932 else if (dev_priv->vbt.drrs_type == DRRS_NOT_SUPPORTED)
2933 seq_puts(m, "\tVBT: DRRS_type: None");
2935 seq_puts(m, "\tVBT: DRRS_type: FIXME: Unrecognized Value");
i915_drv.h 683 enum drrs_support_type drrs_type; member in struct:intel_vbt_data

Completed in 22 milliseconds