mst_conn 113 drivers/gpu/drm/radeon/radeon_dp_mst.c static int radeon_dp_mst_update_stream_attribs(struct radeon_connector *mst_conn, mst_conn 116 drivers/gpu/drm/radeon/radeon_dp_mst.c struct drm_device *dev = mst_conn->base.dev; mst_conn 132 drivers/gpu/drm/radeon/radeon_dp_mst.c if (radeon_connector->mst_port != mst_conn) mst_conn 142 drivers/gpu/drm/radeon/radeon_dp_mst.c new_attribs[idx].slots = drm_dp_mst_get_vcpi_slots(&mst_conn->mst_mgr, mst_enc->port); mst_conn 147 drivers/gpu/drm/radeon/radeon_dp_mst.c if (new_attribs[i].fe != mst_conn->cur_stream_attribs[i].fe || mst_conn 148 drivers/gpu/drm/radeon/radeon_dp_mst.c new_attribs[i].slots != mst_conn->cur_stream_attribs[i].slots) { mst_conn 150 drivers/gpu/drm/radeon/radeon_dp_mst.c mst_conn->cur_stream_attribs[i].fe = new_attribs[i].fe; mst_conn 151 drivers/gpu/drm/radeon/radeon_dp_mst.c mst_conn->cur_stream_attribs[i].slots = new_attribs[i].slots; mst_conn 155 drivers/gpu/drm/radeon/radeon_dp_mst.c for (i = idx; i < mst_conn->enabled_attribs; i++) { mst_conn 157 drivers/gpu/drm/radeon/radeon_dp_mst.c mst_conn->cur_stream_attribs[i].fe = 0; mst_conn 158 drivers/gpu/drm/radeon/radeon_dp_mst.c mst_conn->cur_stream_attribs[i].slots = 0; mst_conn 160 drivers/gpu/drm/radeon/radeon_dp_mst.c mst_conn->enabled_attribs = idx;