Searched refs:is_pch_edp (Results 1 – 2 of 2) sorted by relevance
63 static bool is_pch_edp(struct intel_dp *intel_dp) in is_pch_edp() function65 return intel_dp->is_pch_edp; in is_pch_edp()76 return is_edp(intel_dp) && !is_pch_edp(intel_dp); in is_cpu_edp()107 return is_pch_edp(intel_dp); in intel_encoder_is_pch_edp()2797 intel_dp->is_pch_edp = true; in intel_dp_init_connector()2806 } else if (port == PORT_A || is_pch_edp(intel_dp)) { in intel_dp_init_connector()
414 bool is_pch_edp; member