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

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_pch.c 178 enum intel_pch pch_type; local in function:intel_detect_pch
185 pch_type = intel_pch_type(dev_priv, id);
186 if (pch_type != PCH_NONE) {
187 dev_priv->pch_type = pch_type;
193 pch_type = intel_pch_type(dev_priv, id);
196 if (WARN_ON(id && pch_type == PCH_NONE))
199 dev_priv->pch_type = pch_type;
212 dev_priv->pch_type = PCH_NOP
    [all...]
intel_pch.h 59 #define INTEL_PCH_TYPE(dev_priv) ((dev_priv)->pch_type)
i915_drv.h 1072 enum intel_pch pch_type; member in struct:drm_i915_private

Completed in 14 milliseconds