Searched refs:pch_type (Results 1 – 3 of 3) sorted by relevance
50 enum intel_pch pch_type = PCH_NONE; in intel_pch_fake_for_south_display() local53 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() argument268 *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 …]
37 #define INTEL_PCH_TYPE(_display) ((_display)->pch_type)
16 enum pch_type { enum