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.c91 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in to_primary_encoder()
100 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in to_primary_dp()
985 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in mst_stream_disable()
1007 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in mst_stream_post_disable()
1164 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in mst_stream_pre_enable()
1333 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in mst_stream_get_hw_state()
1585 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(to_intel_encoder(encoder)); in mst_stream_encoder_destroy()
1776 static struct intel_dp_mst_encoder *
1781 struct intel_dp_mst_encoder *intel_mst; in mst_stream_encoder_create()
H A Dintel_display_types.h1528 struct intel_dp_mst_encoder;
1729 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()