Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_drv.c483 dev_priv->pch_type = PCH_NOP; in intel_detect_pch()
504 dev_priv->pch_type = PCH_IBX; in intel_detect_pch()
508 dev_priv->pch_type = PCH_CPT; in intel_detect_pch()
513 dev_priv->pch_type = PCH_CPT; in intel_detect_pch()
517 dev_priv->pch_type = PCH_LPT; in intel_detect_pch()
522 dev_priv->pch_type = PCH_LPT; in intel_detect_pch()
527 dev_priv->pch_type = PCH_SPT; in intel_detect_pch()
531 dev_priv->pch_type = PCH_SPT; in intel_detect_pch()
538 dev_priv->pch_type = intel_virt_detect_pch(dev); in intel_detect_pch()
Di915_dma.c810 (dev_priv->pch_type == PCH_CPT && in intel_device_info_runtime_init()
Di915_drv.h1815 enum intel_pch pch_type; member
2619 #define INTEL_PCH_TYPE(dev) (__I915__(dev)->pch_type)