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.c100 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in to_primary_encoder()
109 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in to_primary_dp()
1073 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in mst_stream_disable()
1092 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in mst_stream_post_disable()
1248 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in mst_stream_pre_enable()
1409 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in mst_stream_get_hw_state()
1698 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(to_intel_encoder(encoder)); in mst_stream_encoder_destroy()
1893 static struct intel_dp_mst_encoder *
1898 struct intel_dp_mst_encoder *intel_mst; in mst_stream_encoder_create()
H A Dintel_display_types.h1689 struct intel_dp_mst_encoder;
1884 struct intel_dp_mst_encoder *stream_encoders[I915_MAX_PIPES];
2031 struct intel_dp_mst_encoder { struct
2067 static inline struct intel_dp_mst_encoder *
2070 return container_of(&encoder->base, struct intel_dp_mst_encoder, in enc_to_mst()