Home
last modified time | relevance | path

Searched refs:active_streams (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/i915/display/
A Dintel_dp_mst.c115 return intel_dp->mst.active_streams; in intel_dp_mst_active_streams()
123 intel_dp->mst.active_streams, intel_dp->mst.active_streams - 1); in intel_dp_mst_dec_active_streams()
125 if (drm_WARN_ON(display->drm, intel_dp->mst.active_streams == 0)) in intel_dp_mst_dec_active_streams()
128 return --intel_dp->mst.active_streams == 0; in intel_dp_mst_dec_active_streams()
136 intel_dp->mst.active_streams, intel_dp->mst.active_streams + 1); in intel_dp_mst_inc_active_streams()
138 return intel_dp->mst.active_streams++ == 0; in intel_dp_mst_inc_active_streams()
A Dintel_tc.c1557 int active_streams = 0; in tc_port_has_active_streams() local
1561 active_streams = intel_dp_mst_active_streams(&dig_port->dp); in tc_port_has_active_streams()
1564 active_streams = 1; in tc_port_has_active_streams()
1567 if (active_streams && !tc_phy_is_connected(tc, pll_type)) in tc_port_has_active_streams()
1570 tc->port_name, active_streams); in tc_port_has_active_streams()
1572 return active_streams; in tc_port_has_active_streams()
A Dintel_display_types.h1779 int active_streams; member

Completed in 22 milliseconds