Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dp_mst.c51 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_dp_mst_compute_link_config()
147 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_dp_mst_compute_config()
325 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_mst_disable_dp()
349 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_mst_post_disable_dp()
416 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_mst_pre_pll_enable_dp()
429 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_mst_pre_enable_dp()
489 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_mst_enable_dp()
510 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_dp_mst_enc_get_hw_state()
520 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_dp_mst_enc_get_config()
628 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(to_intel_encoder(encoder)); in intel_dp_mst_encoder_destroy()
[all …]
H A Dintel_display_types.h1186 struct intel_dp_mst_encoder;
1306 struct intel_dp_mst_encoder *mst_encoders[I915_MAX_PIPES];
1378 struct intel_dp_mst_encoder { struct
1480 static inline struct intel_dp_mst_encoder *
1483 return container_of(&encoder->base, struct intel_dp_mst_encoder, in enc_to_mst()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_debugfs.c2418 struct intel_dp_mst_encoder *intel_mst = in intel_dp_mst_info()