Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_drv.c154 dev_priv->pch_type = PCH_NOP; in intel_detect_pch()
175 dev_priv->pch_type = PCH_IBX; in intel_detect_pch()
179 dev_priv->pch_type = PCH_CPT; in intel_detect_pch()
184 dev_priv->pch_type = PCH_CPT; in intel_detect_pch()
188 dev_priv->pch_type = PCH_LPT; in intel_detect_pch()
193 dev_priv->pch_type = PCH_LPT; in intel_detect_pch()
198 dev_priv->pch_type = PCH_SPT; in intel_detect_pch()
203 dev_priv->pch_type = PCH_SPT; in intel_detect_pch()
208 dev_priv->pch_type = PCH_KBP; in intel_detect_pch()
218 dev_priv->pch_type = intel_virt_detect_pch(dev); in intel_detect_pch()
Dintel_device_info.c318 (dev_priv->pch_type == PCH_CPT && in intel_device_info_runtime_init()
Di915_drv.h1867 enum intel_pch pch_type; member
2833 #define INTEL_PCH_TYPE(dev) (__I915__(dev)->pch_type)