Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Di915_drv.c167 dev_priv->pch_type = PCH_NOP; in intel_detect_pch()
193 dev_priv->pch_type = PCH_IBX; in intel_detect_pch()
197 dev_priv->pch_type = PCH_CPT; in intel_detect_pch()
203 dev_priv->pch_type = PCH_CPT; in intel_detect_pch()
208 dev_priv->pch_type = PCH_LPT; in intel_detect_pch()
215 dev_priv->pch_type = PCH_LPT; in intel_detect_pch()
223 dev_priv->pch_type = PCH_LPT; in intel_detect_pch()
231 dev_priv->pch_type = PCH_LPT; in intel_detect_pch()
238 dev_priv->pch_type = PCH_SPT; in intel_detect_pch()
243 dev_priv->pch_type = PCH_SPT; in intel_detect_pch()
[all …]
H A Di915_drv.h2379 enum intel_pch pch_type; member
3237 #define INTEL_PCH_TYPE(dev_priv) ((dev_priv)->pch_type)