Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_drv.c443 dev_priv->pch_type = PCH_NOP; in intel_detect_pch()
464 dev_priv->pch_type = PCH_IBX; in intel_detect_pch()
468 dev_priv->pch_type = PCH_CPT; in intel_detect_pch()
473 dev_priv->pch_type = PCH_CPT; in intel_detect_pch()
477 dev_priv->pch_type = PCH_LPT; in intel_detect_pch()
482 dev_priv->pch_type = PCH_LPT; in intel_detect_pch()
487 dev_priv->pch_type = PCH_SPT; in intel_detect_pch()
491 dev_priv->pch_type = PCH_SPT; in intel_detect_pch()
Di915_dma.c615 (dev_priv->pch_type == PCH_CPT && in intel_device_info_runtime_init()
Di915_drv.h1680 enum intel_pch pch_type; member
2418 #define INTEL_PCH_TYPE(dev) (__I915__(dev)->pch_type)