Searched refs:INTEL_OUTPUT_DP_MST (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/i915/display/ |
D | intel_modeset_verify.c | 46 if (!encoder || encoder->type == INTEL_OUTPUT_DP_MST) in intel_connector_verify_state()
|
D | intel_audio.c | 856 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST)) in intel_audio_codec_enable() 907 if (!intel_crtc_has_type(old_crtc_state, INTEL_OUTPUT_DP_MST)) in intel_audio_codec_disable() 1153 encoder->type == INTEL_OUTPUT_DP_MST) in get_saved_enc() 1166 if (encoder->type == INTEL_OUTPUT_DP_MST) in get_saved_enc()
|
D | intel_ddi.c | 504 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST)) { in intel_ddi_transcoder_func_reg_val_get() 879 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST))) in intel_ddi_get_power_domains() 1952 if (encoder->type == INTEL_OUTPUT_DP_MST) in intel_ddi_sanitize_encoder_pll_mapping() 2093 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST)) in tgl_dp_tp_transcoder() 2279 bool is_mst = intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST); in tgl_ddi_pre_enable_dp() 2418 bool is_mst = intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST); in hsw_ddi_pre_enable_dp() 2489 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST)) in intel_ddi_pre_enable_dp() 2600 INTEL_OUTPUT_DP_MST); in intel_ddi_post_disable_dp() 2691 if (!intel_crtc_has_type(old_crtc_state, INTEL_OUTPUT_DP_MST)) { in intel_ddi_post_disable() 3121 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST)) { in intel_ddi_prepare_link_retrain() [all …]
|
D | intel_display_types.h | 81 INTEL_OUTPUT_DP_MST = 11, enumerator 1872 return encoder->type == INTEL_OUTPUT_DP_MST; in intel_encoder_is_mst() 2050 (1 << INTEL_OUTPUT_DP_MST) | in intel_crtc_has_dp_encoder()
|
D | intel_display_debugfs.c | 579 if (encoder->type == INTEL_OUTPUT_DP_MST) in intel_connector_info() 1122 if (!intel_encoder || intel_encoder->type == INTEL_OUTPUT_DP_MST) in i915_dp_mst_info() 1172 if (encoder && encoder->type == INTEL_OUTPUT_DP_MST) in i915_displayport_test_active_write() 1217 if (encoder && encoder->type == INTEL_OUTPUT_DP_MST) in i915_displayport_test_active_show() 1267 if (encoder && encoder->type == INTEL_OUTPUT_DP_MST) in i915_displayport_test_data_show() 1321 if (encoder && encoder->type == INTEL_OUTPUT_DP_MST) in i915_displayport_test_type_show()
|
D | intel_dp_mst.c | 898 intel_encoder->type = INTEL_OUTPUT_DP_MST; in intel_dp_create_fake_mst_encoder()
|
D | intel_opregion.c | 414 case INTEL_OUTPUT_DP_MST: in intel_opregion_notify_encoder()
|
D | intel_display_power_well.c | 221 if (encoder->type == INTEL_OUTPUT_DP_MST) in aux_ch_to_digital_port()
|
D | intel_dp.c | 4077 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST) && in intel_dp_retrain_link() 4181 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST) && in intel_dp_do_phy_test()
|
D | intel_hdcp.c | 2344 if (intel_crtc_has_type(pipe_config, INTEL_OUTPUT_DP_MST)) { in intel_hdcp_enable()
|
D | intel_dpll_mgr.c | 3175 primary_port = encoder->type == INTEL_OUTPUT_DP_MST ? in icl_update_active_dpll()
|
D | intel_display.c | 5040 case INTEL_OUTPUT_DP_MST: in check_digital_port_conflicts()
|