Home
last modified time | relevance | path

Searched refs:intel_dp_mst_active_streams (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.h21 int intel_dp_mst_active_streams(struct intel_dp *intel_dp);
H A Dintel_dp_mst.c113 int intel_dp_mst_active_streams(struct intel_dp *intel_dp) in intel_dp_mst_active_streams() function
989 if (intel_dp_mst_active_streams(intel_dp) == 1) in mst_stream_disable()
1102 if (intel_dp_mst_active_streams(intel_dp) == 0 && in mst_stream_post_pll_disable()
1115 if (intel_dp_mst_active_streams(intel_dp) == 0) in mst_stream_pre_pll_enable()
1261 bool first_mst_stream = intel_dp_mst_active_streams(intel_dp) == 1; in mst_stream_enable()
H A Dintel_tc.c1639 active_streams = intel_dp_mst_active_streams(&dig_port->dp); in tc_port_has_active_streams()
H A Dintel_hdcp.c148 if (intel_dp_mst_active_streams(&dig_port->dp) <= 1) in intel_hdcp_required_content_stream()
H A Dintel_dp.c5377 if (intel_dp_mst_active_streams(intel_dp) > 0 && link_ok && in intel_dp_check_mst_status()