pch_type
enum intel_pch pch_type;
unsigned short *pch_id, enum intel_pch *pch_type)
*pch_type = intel_pch_type(display, id);
id && *pch_type == PCH_NONE))
enum intel_pch pch_type;
pch_type = intel_pch_fake_for_south_display(display);
if (pch_type != PCH_NONE) {
display->pch_type = pch_type;
pch_type);
pch_type = intel_pch_type(display, id);
if (pch_type != PCH_NONE) {
display->pch_type = pch_type;
intel_virt_detect_pch(display, &id, &pch_type);
display->pch_type = pch_type;
display->pch_type = PCH_NOP;
intel_virt_detect_pch(display, &id, &pch_type);
display->pch_type = pch_type;
enum intel_pch pch_type = PCH_NONE;
pch_type = PCH_LNL;
pch_type = PCH_MTL;
pch_type = PCH_DG2;
pch_type = PCH_DG1;
return pch_type;
#define INTEL_PCH_TYPE(_display) ((_display)->pch_type)