Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_pch.h27 PCH_TGP, /* Tiger Lake/Mule Creek Canyon PCH */ enumerator
41 #define HAS_PCH_TGP(display) (INTEL_PCH_TYPE(display) == PCH_TGP)
H A Dintel_pch.c187 return PCH_TGP; in intel_pch_type()
197 return PCH_TGP; in intel_pch_type()
H A Dintel_bios.c2256 } else if (display->platform.rocketlake && INTEL_PCH_TYPE(display) == PCH_TGP) { in map_ddc_pin()