Symbol: pch_type
drivers/gpu/drm/i915/display/intel_display_core.h
304
enum intel_pch pch_type;
drivers/gpu/drm/i915/display/intel_pch.c
322
unsigned short *pch_id, enum intel_pch *pch_type)
drivers/gpu/drm/i915/display/intel_pch.c
361
*pch_type = intel_pch_type(display, id);
drivers/gpu/drm/i915/display/intel_pch.c
365
id && *pch_type == PCH_NONE))
drivers/gpu/drm/i915/display/intel_pch.c
375
enum intel_pch pch_type;
drivers/gpu/drm/i915/display/intel_pch.c
377
pch_type = intel_pch_fake_for_south_display(display);
drivers/gpu/drm/i915/display/intel_pch.c
378
if (pch_type != PCH_NONE) {
drivers/gpu/drm/i915/display/intel_pch.c
379
display->pch_type = pch_type;
drivers/gpu/drm/i915/display/intel_pch.c
382
pch_type);
drivers/gpu/drm/i915/display/intel_pch.c
403
pch_type = intel_pch_type(display, id);
drivers/gpu/drm/i915/display/intel_pch.c
404
if (pch_type != PCH_NONE) {
drivers/gpu/drm/i915/display/intel_pch.c
405
display->pch_type = pch_type;
drivers/gpu/drm/i915/display/intel_pch.c
409
intel_virt_detect_pch(display, &id, &pch_type);
drivers/gpu/drm/i915/display/intel_pch.c
410
display->pch_type = pch_type;
drivers/gpu/drm/i915/display/intel_pch.c
422
display->pch_type = PCH_NOP;
drivers/gpu/drm/i915/display/intel_pch.c
425
intel_virt_detect_pch(display, &id, &pch_type);
drivers/gpu/drm/i915/display/intel_pch.c
426
display->pch_type = pch_type;
drivers/gpu/drm/i915/display/intel_pch.c
53
enum intel_pch pch_type = PCH_NONE;
drivers/gpu/drm/i915/display/intel_pch.c
56
pch_type = PCH_LNL;
drivers/gpu/drm/i915/display/intel_pch.c
58
pch_type = PCH_MTL;
drivers/gpu/drm/i915/display/intel_pch.c
60
pch_type = PCH_DG2;
drivers/gpu/drm/i915/display/intel_pch.c
62
pch_type = PCH_DG1;
drivers/gpu/drm/i915/display/intel_pch.c
64
return pch_type;
drivers/gpu/drm/i915/display/intel_pch.h
37
#define INTEL_PCH_TYPE(_display) ((_display)->pch_type)