Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_pch.c50 enum intel_pch pch_type = PCH_NONE; in intel_pch_fake_for_south_display() local
53 pch_type = PCH_LNL; in intel_pch_fake_for_south_display()
55 pch_type = PCH_MTL; in intel_pch_fake_for_south_display()
57 pch_type = PCH_DG2; in intel_pch_fake_for_south_display()
59 pch_type = PCH_DG1; in intel_pch_fake_for_south_display()
61 return pch_type; in intel_pch_fake_for_south_display()
229 unsigned short *pch_id, enum intel_pch *pch_type) in intel_virt_detect_pch() argument
268 *pch_type = intel_pch_type(display, id); in intel_virt_detect_pch()
272 id && *pch_type == PCH_NONE)) in intel_virt_detect_pch()
282 enum intel_pch pch_type; in intel_pch_detect() local
[all …]
H A Dintel_pch.h37 #define INTEL_PCH_TYPE(_display) ((_display)->pch_type)
/linux/drivers/platform/x86/intel/pmc/
H A Dtgl.c16 enum pch_type { enum