Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/soc/
H A Dintel_pch.c235 id && *pch_type == PCH_NONE)) in intel_virt_detect_pch()
245 enum intel_pch pch_type; in intel_detect_pch() local
252 dev_priv->pch_type = PCH_LNL; in intel_detect_pch()
259 dev_priv->pch_type = PCH_MTL; in intel_detect_pch()
262 dev_priv->pch_type = PCH_DG2; in intel_detect_pch()
265 dev_priv->pch_type = PCH_DG1; in intel_detect_pch()
287 if (pch_type != PCH_NONE) { in intel_detect_pch()
288 dev_priv->pch_type = pch_type; in intel_detect_pch()
293 dev_priv->pch_type = pch_type; in intel_detect_pch()
305 dev_priv->pch_type = PCH_NOP; in intel_detect_pch()
[all …]
H A Dintel_pch.h37 #define INTEL_PCH_TYPE(dev_priv) ((dev_priv)->pch_type)
/linux-6.15/drivers/platform/x86/intel/pmc/
H A Dtgl.c16 enum pch_type { enum
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_device_types.h575 enum intel_pch pch_type; member
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_drv.h276 enum intel_pch pch_type; member