Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c92 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in to_primary_encoder()
101 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in to_primary_dp()
994 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in mst_stream_disable()
1020 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in mst_stream_post_disable()
1177 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in mst_stream_pre_enable()
1368 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in mst_stream_get_hw_state()
1618 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(to_intel_encoder(encoder)); in mst_stream_encoder_destroy()
1806 static struct intel_dp_mst_encoder *
1811 struct intel_dp_mst_encoder *intel_mst; in mst_stream_encoder_create()
H A Dintel_display_types.h1540 struct intel_dp_mst_encoder;
1740 struct intel_dp_mst_encoder *stream_encoders[I915_MAX_PIPES];
1887 struct intel_dp_mst_encoder { struct
1918 static inline struct intel_dp_mst_encoder *
1921 return container_of(&encoder->base, struct intel_dp_mst_encoder, in enc_to_mst()