Home
last modified time | relevance | path

Searched refs:is_mst (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/radeon/
Dradeon_dp_mst.c672 dig_connector->is_mst = true; in radeon_dp_mst_probe()
675 dig_connector->is_mst = false; in radeon_dp_mst_probe()
680 dig_connector->is_mst); in radeon_dp_mst_probe()
681 return dig_connector->is_mst; in radeon_dp_mst_probe()
690 if (dig_connector->is_mst) { in radeon_dp_mst_check_status()
724 dig_connector->is_mst = false; in radeon_dp_mst_check_status()
726 dig_connector->is_mst); in radeon_dp_mst_check_status()
753 if (!dig_connector->is_mst) in radeon_debugfs_mst_info_show()
Dradeon_mode.h494 bool is_mst; member
Dradeon_connectors.c62 if (dig_connector->is_mst) { in radeon_connector_hotplug()
1663 if (radeon_dig_connector->is_mst) in radeon_dp_detect()
/Linux-v5.15/drivers/gpu/drm/nouveau/
Dnouveau_dp.c126 if (mstm->is_mst) in nouveau_dp_detect()
141 if (mstm && mstm->can_mst && mstm->is_mst) { in nouveau_dp_detect()
201 if (mstm && mstm->is_mst) { in nouveau_dp_irq()
Dnouveau_encoder.h105 bool is_mst; member
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_ddi.c815 bool is_mst; in intel_ddi_get_hw_state() local
817 intel_ddi_get_encoder_pipes(encoder, &pipe_mask, &is_mst); in intel_ddi_get_hw_state()
819 if (is_mst || !pipe_mask) in intel_ddi_get_hw_state()
2003 bool is_mst; in intel_ddi_sanitize_encoder_pll_mapping() local
2005 intel_ddi_get_encoder_pipes(encoder, &pipe_mask, &is_mst); in intel_ddi_sanitize_encoder_pll_mapping()
2010 if (drm_WARN_ON(&i915->drm, is_mst)) in intel_ddi_sanitize_encoder_pll_mapping()
2334 bool is_mst = intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST); in dg2_ddi_pre_enable_dp() local
2406 if (!is_mst) in dg2_ddi_pre_enable_dp()
2444 bool is_mst = intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST); in tgl_ddi_pre_enable_dp() local
2543 if (!is_mst) in tgl_ddi_pre_enable_dp()
[all …]
Dintel_dp.c410 if (intel_dp->is_mst) { in intel_dp_get_link_train_fallback_values()
2601 intel_dp->is_mst = sink_can_mst && in intel_dp_configure_mst()
2605 intel_dp->is_mst); in intel_dp_configure_mst()
3639 intel_dp->is_mst; in intel_dp_is_connected()
4219 if (intel_dp->is_mst) { in intel_dp_detect()
4222 intel_dp->is_mst, in intel_dp_detect()
4224 intel_dp->is_mst = false; in intel_dp_detect()
4226 intel_dp->is_mst); in intel_dp_detect()
4242 if (intel_dp->reset_link_params || intel_dp->is_mst) { in intel_dp_detect()
4254 if (intel_dp->is_mst) { in intel_dp_detect()
[all …]
Dintel_tc.c605 if (dig_port->dp.is_mst) in intel_tc_port_sanitize()
Dintel_display_types.h1580 bool is_mst; member
/Linux-v5.15/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c1494 mstm->is_mst = false; in nv50_mstm_remove()
1548 mstm->is_mst = true; in nv50_mstm_detect()
1568 if (mstm->is_mst) in nv50_mstm_fini()
1581 if (mstm->is_mst) { in nv50_mstm_init()