Searched refs:intel_dp (Results 1 – 2 of 2) sorted by relevance
46 struct intel_dp { struct79 static bool is_edp(struct intel_dp *intel_dp) in is_edp() argument81 return intel_dp->base.type == INTEL_OUTPUT_EDP; in is_edp()92 static bool is_pch_edp(struct intel_dp *intel_dp) in is_pch_edp() argument94 return intel_dp->is_pch_edp; in is_pch_edp()103 static bool is_cpu_edp(struct intel_dp *intel_dp) in is_cpu_edp() argument105 return is_edp(intel_dp) && !is_pch_edp(intel_dp); in is_cpu_edp()108 static struct intel_dp *enc_to_intel_dp(struct drm_encoder *encoder) in enc_to_intel_dp()110 return container_of(encoder, struct intel_dp, base.base); in enc_to_intel_dp()113 static struct intel_dp *intel_attached_dp(struct drm_connector *connector) in intel_attached_dp()[all …]
20 intel_dp.o \