Symbol: pch_type
drivers/gpu/drm/i915/display/intel_display_core.h
292
enum intel_pch pch_type;
drivers/gpu/drm/i915/display/intel_pch.c
229
unsigned short *pch_id, enum intel_pch *pch_type)
drivers/gpu/drm/i915/display/intel_pch.c
268
*pch_type = intel_pch_type(display, id);
drivers/gpu/drm/i915/display/intel_pch.c
272
id && *pch_type == PCH_NONE))
drivers/gpu/drm/i915/display/intel_pch.c
282
enum intel_pch pch_type;
drivers/gpu/drm/i915/display/intel_pch.c
284
pch_type = intel_pch_fake_for_south_display(display);
drivers/gpu/drm/i915/display/intel_pch.c
285
if (pch_type != PCH_NONE) {
drivers/gpu/drm/i915/display/intel_pch.c
286
display->pch_type = pch_type;
drivers/gpu/drm/i915/display/intel_pch.c
289
pch_type);
drivers/gpu/drm/i915/display/intel_pch.c
310
pch_type = intel_pch_type(display, id);
drivers/gpu/drm/i915/display/intel_pch.c
311
if (pch_type != PCH_NONE) {
drivers/gpu/drm/i915/display/intel_pch.c
312
display->pch_type = pch_type;
drivers/gpu/drm/i915/display/intel_pch.c
316
intel_virt_detect_pch(display, &id, &pch_type);
drivers/gpu/drm/i915/display/intel_pch.c
317
display->pch_type = pch_type;
drivers/gpu/drm/i915/display/intel_pch.c
329
display->pch_type = PCH_NOP;
drivers/gpu/drm/i915/display/intel_pch.c
332
intel_virt_detect_pch(display, &id, &pch_type);
drivers/gpu/drm/i915/display/intel_pch.c
333
display->pch_type = pch_type;
drivers/gpu/drm/i915/display/intel_pch.c
50
enum intel_pch pch_type = PCH_NONE;
drivers/gpu/drm/i915/display/intel_pch.c
53
pch_type = PCH_LNL;
drivers/gpu/drm/i915/display/intel_pch.c
55
pch_type = PCH_MTL;
drivers/gpu/drm/i915/display/intel_pch.c
57
pch_type = PCH_DG2;
drivers/gpu/drm/i915/display/intel_pch.c
59
pch_type = PCH_DG1;
drivers/gpu/drm/i915/display/intel_pch.c
61
return pch_type;
drivers/gpu/drm/i915/display/intel_pch.h
37
#define INTEL_PCH_TYPE(_display) ((_display)->pch_type)