Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_dp_mst.c691 dig_connector->is_mst = true; in radeon_dp_mst_probe()
694 dig_connector->is_mst = false; in radeon_dp_mst_probe()
699 dig_connector->is_mst); in radeon_dp_mst_probe()
700 return dig_connector->is_mst; in radeon_dp_mst_probe()
709 if (dig_connector->is_mst) { in radeon_dp_mst_check_status()
743 dig_connector->is_mst = false; in radeon_dp_mst_check_status()
745 dig_connector->is_mst); in radeon_dp_mst_check_status()
772 if (!dig_connector->is_mst) in radeon_debugfs_mst_info()
H A Dradeon_mode.h496 bool is_mst; member
H A Dradeon_connectors.c61 if (dig_connector->is_mst) { in radeon_connector_hotplug()
1702 if (radeon_dig_connector->is_mst) in radeon_dp_detect()
/dragonfly/sys/dev/drm/i915/
H A Dintel_dp.c3864 if (intel_dp->is_mst) in intel_dp_configure_mst()
3870 intel_dp->is_mst); in intel_dp_configure_mst()
4204 if (intel_dp->is_mst) { in intel_dp_check_mst_status()
4247 intel_dp->is_mst = false; in intel_dp_check_mst_status()
4727 if (intel_dp->is_mst) { in intel_dp_long_pulse()
4729 intel_dp->is_mst, in intel_dp_long_pulse()
4733 intel_dp->is_mst); in intel_dp_long_pulse()
4759 if (intel_dp->is_mst) { in intel_dp_long_pulse()
5107 if (intel_dp->is_mst) { in intel_dp_hpd_pulse()
5117 intel_dp->is_mst); in intel_dp_hpd_pulse()
[all …]
H A Dintel_ddi.c2189 bool is_mst = intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST); in intel_ddi_pre_enable_dp() local
2192 WARN_ON(is_mst && (port == PORT_A || port == PORT_E)); in intel_ddi_pre_enable_dp()
2195 crtc_state->lane_count, is_mst); in intel_ddi_pre_enable_dp()
H A Dintel_drv.h1019 bool is_mst; member