Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_pch.c193 dev_priv->pch_type = PCH_DG1; in intel_detect_pch()
210 enum intel_pch pch_type; in intel_detect_pch() local
217 pch_type = intel_pch_type(dev_priv, id); in intel_detect_pch()
218 if (pch_type != PCH_NONE) { in intel_detect_pch()
219 dev_priv->pch_type = pch_type; in intel_detect_pch()
225 pch_type = intel_pch_type(dev_priv, id); in intel_detect_pch()
229 id && pch_type == PCH_NONE)) in intel_detect_pch()
232 dev_priv->pch_type = pch_type; in intel_detect_pch()
245 dev_priv->pch_type = PCH_NOP; in intel_detect_pch()
Dintel_pch.h60 #define INTEL_PCH_TYPE(dev_priv) ((dev_priv)->pch_type)
Di915_drv.h967 enum intel_pch pch_type; member