Searched refs:intel_dp (Results 1 – 2 of 2) sorted by relevance
45 struct intel_dp { struct73 static bool is_edp(struct intel_dp *intel_dp) in is_edp() argument75 return intel_dp->base.type == INTEL_OUTPUT_EDP; in is_edp()86 static bool is_pch_edp(struct intel_dp *intel_dp) in is_pch_edp() argument88 return intel_dp->is_pch_edp; in is_pch_edp()91 static struct intel_dp *enc_to_intel_dp(struct drm_encoder *encoder) in enc_to_intel_dp()93 return container_of(encoder, struct intel_dp, base.base); in enc_to_intel_dp()96 static struct intel_dp *intel_attached_dp(struct drm_connector *connector) in intel_attached_dp()99 struct intel_dp, base); in intel_attached_dp()111 struct intel_dp *intel_dp; in intel_encoder_is_pch_edp() local[all …]
20 intel_dp.o \