Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c98 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in to_primary_encoder()
107 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in to_primary_dp()
1017 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in mst_stream_disable()
1036 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in mst_stream_post_disable()
1193 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in mst_stream_pre_enable()
1354 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in mst_stream_get_hw_state()
1604 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(to_intel_encoder(encoder)); in mst_stream_encoder_destroy()
1792 static struct intel_dp_mst_encoder *
1797 struct intel_dp_mst_encoder *intel_mst; in mst_stream_encoder_create()
H A Dintel_display_types.h1573 struct intel_dp_mst_encoder;
1777 struct intel_dp_mst_encoder *stream_encoders[I915_MAX_PIPES];
1928 struct intel_dp_mst_encoder { struct
1959 static inline struct intel_dp_mst_encoder *
1962 return container_of(&encoder->base, struct intel_dp_mst_encoder, in enc_to_mst()