Home
last modified time | relevance | path

Searched refs:pch_type (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/soc/
H A Dintel_pch.c165 unsigned short *pch_id, enum intel_pch *pch_type) in intel_virt_detect_pch()
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()
164 intel_virt_detect_pch(const struct drm_i915_private *dev_priv, unsigned short *pch_id, enum intel_pch *pch_type) intel_virt_detect_pch() argument
[all...]
H A Dintel_pch.h67 #define INTEL_PCH_TYPE(dev_priv) ((dev_priv)->pch_type)
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A 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()
[all...]
H A Dintel_pch.h60 #define INTEL_PCH_TYPE(dev_priv) ((dev_priv)->pch_type)
H A Di915_drv.h967 enum intel_pch pch_type; member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_drv.h276 enum intel_pch pch_type; member

Completed in 7 milliseconds