Home
last modified time | relevance | path

Searched refs:intel_dp (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/i915/
Dintel_dp.c46 struct intel_dp { struct
79 static bool is_edp(struct intel_dp *intel_dp) in is_edp() argument
81 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() argument
94 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() argument
105 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 …]
DMakefile20 intel_dp.o \