Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_pch.h24 PCH_SPT, /* Sunrisepoint/Kaby Lake PCH */ enumerator
44 #define HAS_PCH_SPT(display) (INTEL_PCH_TYPE(display) == PCH_SPT)
H A Dintel_pch.c130 return PCH_SPT; in intel_pch_type()
138 return PCH_SPT; in intel_pch_type()
147 return PCH_SPT; in intel_pch_type()
176 return PCH_SPT; in intel_pch_type()
H A Dintel_display_irq.c1553 else if (INTEL_PCH_TYPE(display) >= PCH_SPT) in gen8_de_irq_handler()