Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_pch.c161 enum intel_pch pch_type; in intel_detect_pch() local
168 pch_type = intel_pch_type(dev_priv, id); in intel_detect_pch()
169 if (pch_type != PCH_NONE) { in intel_detect_pch()
170 dev_priv->pch_type = pch_type; in intel_detect_pch()
176 pch_type = intel_pch_type(dev_priv, id); in intel_detect_pch()
179 if (WARN_ON(id && pch_type == PCH_NONE)) in intel_detect_pch()
182 dev_priv->pch_type = pch_type; in intel_detect_pch()
194 dev_priv->pch_type = PCH_NOP; in intel_detect_pch()
Dintel_pch.h53 #define INTEL_PCH_TYPE(dev_priv) ((dev_priv)->pch_type)
Di915_drv.h1438 enum intel_pch pch_type; member