Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c79 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_dp_mst_find_vcpi_slots_for_bpp()
181 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_dp_dsc_mst_compute_link_config()
274 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_dp_mst_update_slots()
310 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_dp_mst_compute_config()
436 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_dp_mst_compute_config_late()
539 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in wait_for_act_sent()
554 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_mst_disable_dp()
585 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_mst_post_disable_dp()
656 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_mst_post_pll_disable_dp()
1170 static struct intel_dp_mst_encoder *
[all …]
H A Dintel_display_types.h1596 struct intel_dp_mst_encoder;
1755 struct intel_dp_mst_encoder *mst_encoders[I915_MAX_PIPES];
1872 struct intel_dp_mst_encoder { struct
1903 static inline struct intel_dp_mst_encoder *
1906 return container_of(&encoder->base, struct intel_dp_mst_encoder, in enc_to_mst()