Searched refs:INTEL_OUTPUT_DP_MST (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/gpu/drm/i915/display/ |
| A D | intel_audio.c | 866 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST)) in intel_audio_codec_enable() 909 if (!intel_crtc_has_type(old_crtc_state, INTEL_OUTPUT_DP_MST)) in intel_audio_codec_disable() 1121 encoder->type == INTEL_OUTPUT_DP_MST) in get_saved_enc() 1134 if (encoder->type == INTEL_OUTPUT_DP_MST) in get_saved_enc()
|
| A D | intel_ddi.c | 510 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST)) { in intel_ddi_transcoder_func_reg_val_get() 885 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST))) in intel_ddi_get_power_domains() 1957 if (encoder->type == INTEL_OUTPUT_DP_MST) in intel_ddi_sanitize_encoder_pll_mapping() 2106 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST)) in tgl_dp_tp_transcoder() 2292 bool is_mst = intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST); in dg2_ddi_pre_enable_dp() 2399 bool is_mst = intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST); in tgl_ddi_pre_enable_dp() 2609 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST)) { in intel_ddi_pre_enable_dp() 2723 INTEL_OUTPUT_DP_MST); in intel_ddi_post_disable_dp() 2809 if (!intel_crtc_has_type(old_crtc_state, INTEL_OUTPUT_DP_MST)) { in intel_ddi_post_disable() 3271 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST)) { in intel_ddi_prepare_link_retrain() [all …]
|
| A D | intel_display_debugfs.c | 737 if (encoder->type == INTEL_OUTPUT_DP_MST) in intel_connector_info() 1378 if (!intel_encoder || intel_encoder->type == INTEL_OUTPUT_DP_MST) in i915_dp_mst_info() 1428 if (encoder && encoder->type == INTEL_OUTPUT_DP_MST) in i915_displayport_test_active_write() 1473 if (encoder && encoder->type == INTEL_OUTPUT_DP_MST) in i915_displayport_test_active_show() 1523 if (encoder && encoder->type == INTEL_OUTPUT_DP_MST) in i915_displayport_test_data_show() 1577 if (encoder && encoder->type == INTEL_OUTPUT_DP_MST) in i915_displayport_test_type_show()
|
| A D | intel_display_types.h | 71 INTEL_OUTPUT_DP_MST = 11, enumerator 1817 return encoder->type == INTEL_OUTPUT_DP_MST; in intel_encoder_is_mst() 1999 (1 << INTEL_OUTPUT_DP_MST) | in intel_crtc_has_dp_encoder()
|
| A D | intel_opregion.c | 373 case INTEL_OUTPUT_DP_MST: in intel_opregion_notify_encoder()
|
| A D | intel_dp_mst.c | 903 intel_encoder->type = INTEL_OUTPUT_DP_MST; in intel_dp_create_fake_mst_encoder()
|
| A D | intel_dp.c | 3804 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST) && in intel_dp_retrain_link() 3908 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST) && in intel_dp_do_phy_test()
|
| A D | intel_hdcp.c | 2321 if (intel_crtc_has_type(pipe_config, INTEL_OUTPUT_DP_MST)) { in intel_hdcp_enable()
|
| A D | intel_dpll_mgr.c | 3100 primary_port = encoder->type == INTEL_OUTPUT_DP_MST ? in icl_update_active_dpll()
|
| A D | intel_display_power.c | 315 if (encoder->type == INTEL_OUTPUT_DP_MST) in aux_ch_to_digital_port()
|
| A D | intel_display.c | 3377 if (!encoder || encoder->type == INTEL_OUTPUT_DP_MST) in intel_connector_verify_state() 6910 case INTEL_OUTPUT_DP_MST: in check_digital_port_conflicts()
|
Completed in 785 milliseconds