Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dp_mst.c38 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_dp_mst_compute_config()
139 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_mst_disable_dp()
163 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_mst_post_disable_dp()
201 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_mst_pre_pll_enable_dp()
215 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_mst_pre_enable_dp()
265 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_mst_enable_dp()
291 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_dp_mst_enc_get_hw_state()
301 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_dp_mst_enc_get_config()
419 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_dp_mst_encoder_destroy()
539 static struct intel_dp_mst_encoder *
[all …]
Dintel_drv.h1023 struct intel_dp_mst_encoder;
1134 struct intel_dp_mst_encoder *mst_encoders[I915_MAX_PIPES];
1184 struct intel_dp_mst_encoder { struct
1280 static inline struct intel_dp_mst_encoder *
1283 return container_of(encoder, struct intel_dp_mst_encoder, base.base); in enc_to_mst()
Di915_debugfs.c2997 struct intel_dp_mst_encoder *intel_mst = in intel_dp_mst_info()