Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/soc/
Dintel_pch.c165 unsigned short *pch_id, enum intel_pch *pch_type) in intel_virt_detect_pch() argument
205 *pch_type = intel_pch_type(dev_priv, id); in intel_virt_detect_pch()
209 id && *pch_type == PCH_NONE)) in intel_virt_detect_pch()
219 enum intel_pch pch_type; in intel_detect_pch() local
223 dev_priv->pch_type = PCH_DG1; in intel_detect_pch()
226 dev_priv->pch_type = PCH_DG2; in intel_detect_pch()
247 pch_type = intel_pch_type(dev_priv, id); in intel_detect_pch()
248 if (pch_type != PCH_NONE) { in intel_detect_pch()
249 dev_priv->pch_type = pch_type; in intel_detect_pch()
254 intel_virt_detect_pch(dev_priv, &id, &pch_type); in intel_detect_pch()
[all …]
Dintel_pch.h67 #define INTEL_PCH_TYPE(dev_priv) ((dev_priv)->pch_type)
/linux-6.6.21/drivers/gpu/drm/i915/
Di915_drv.h276 enum intel_pch pch_type; member