Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/
Dintel_pch.c153 unsigned short *pch_id, enum intel_pch *pch_type) in intel_virt_detect_pch() argument
191 *pch_type = intel_pch_type(dev_priv, id); in intel_virt_detect_pch()
195 id && *pch_type == PCH_NONE)) in intel_virt_detect_pch()
205 enum intel_pch pch_type; in intel_detect_pch() local
209 dev_priv->pch_type = PCH_DG1; in intel_detect_pch()
212 dev_priv->pch_type = PCH_DG2; in intel_detect_pch()
233 pch_type = intel_pch_type(dev_priv, id); in intel_detect_pch()
234 if (pch_type != PCH_NONE) { in intel_detect_pch()
235 dev_priv->pch_type = pch_type; in intel_detect_pch()
240 intel_virt_detect_pch(dev_priv, &id, &pch_type); in intel_detect_pch()
[all …]
Dintel_pch.h64 #define INTEL_PCH_TYPE(dev_priv) ((dev_priv)->pch_type)
Di915_drv.h981 enum intel_pch pch_type; member