Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_dp_mst.c36 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_dp_mst_compute_config()
105 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_mst_disable_dp()
122 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_mst_post_disable_dp()
145 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_mst_pre_enable_dp()
207 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_mst_enable_dp()
229 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_dp_mst_enc_get_hw_state()
239 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_dp_mst_enc_get_config()
372 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_dp_mst_encoder_destroy()
496 static struct intel_dp_mst_encoder *
499 struct intel_dp_mst_encoder *intel_mst; in intel_dp_create_fake_mst_encoder()
Dintel_drv.h591 struct intel_dp_mst_encoder;
661 struct intel_dp_mst_encoder *mst_encoders[I915_MAX_PIPES];
684 struct intel_dp_mst_encoder { struct
778 static inline struct intel_dp_mst_encoder *
781 return container_of(encoder, struct intel_dp_mst_encoder, base.base); in enc_to_mst()