Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_dp_mst.c53 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_dp_mst_compute_link_config()
113 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_dp_mst_update_slots()
136 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_dp_mst_compute_config()
244 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_dp_mst_compute_config_late()
347 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in wait_for_act_sent()
362 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_mst_disable_dp()
387 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_mst_post_disable_dp()
458 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_mst_pre_pll_enable_dp()
472 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_mst_pre_enable_dp()
531 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_mst_enable_dp()
[all …]
Dintel_display_types.h1520 struct intel_dp_mst_encoder;
1671 struct intel_dp_mst_encoder *mst_encoders[I915_MAX_PIPES];
1795 struct intel_dp_mst_encoder { struct
1875 static inline struct intel_dp_mst_encoder *
1878 return container_of(&encoder->base, struct intel_dp_mst_encoder, in enc_to_mst()