Home
last modified time | relevance | path

Searched refs:intel_dp_mst_encoder (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dp_mst.c46 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_dp_mst_compute_link_config()
95 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_dp_mst_compute_config()
205 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_mst_disable_dp()
229 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_mst_post_disable_dp()
267 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_mst_pre_pll_enable_dp()
280 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_mst_post_pll_disable_dp()
294 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_mst_pre_enable_dp()
341 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_mst_enable_dp()
363 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_dp_mst_enc_get_hw_state()
373 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_dp_mst_enc_get_config()
[all …]
Dintel_display_types.h1109 struct intel_dp_mst_encoder;
1219 struct intel_dp_mst_encoder *mst_encoders[I915_MAX_PIPES];
1290 struct intel_dp_mst_encoder { struct
1392 static inline struct intel_dp_mst_encoder *
1395 return container_of(encoder, struct intel_dp_mst_encoder, base.base); in enc_to_mst()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_debugfs.c2529 struct intel_dp_mst_encoder *intel_mst = in intel_dp_mst_info()