Searched refs:IS_HASWELL_ULT (Results 1 – 6 of 6) sorted by relevance
72 #define IS_HASWELL_ULT(dev_priv) (dev_priv && 0) macro
427 if ((IS_BROADWELL(dev_priv) || IS_HASWELL_ULT(dev_priv)) && in wrpll_uses_pch_ssc()
521 else if (IS_HASWELL_ULT(dev_priv)) in hsw_get_cdclk()
1861 if (DISPLAY_VER(display) >= 8 || IS_HASWELL_ULT(dev_priv)) in intel_psr_enable_source()
1007 if (IS_HASWELL(i915) && !IS_HASWELL_ULT(i915)) { in hsw_ddi_wrpll_get_freq()
568 #define IS_HASWELL_ULT(i915) \ macro