Lines Matching refs:streams

370 	case 0: /* multi streams supported */
372 case 1: /* multi streams not supported */
397 /* find the total number of streams available via the
2242 if (state->streams[i] == stream) {
2265 if (state->streams[stream_idx]->is_phantom)
2269 &state->res_ctx, state->streams[stream_idx]);
2281 &state->res_ctx, state->streams[phantom_stream_idx]);
3133 * dc_is_stream_scaling_unchanged() - Compare scaling rectangles of two streams.
3231 struct dc_stream_state *stream_has_pll = context->streams[i];
3278 /* update actual pixel clock on all streams */
3447 * removal for unchanged streams. So unchanged stream will keep the same
3474 * streams over supporting MPO planes.
3610 if (context->streams[i] == stream) {
3640 if (context->streams[i] == stream) {
3695 * @set: An array of dc_validation_set with all the current streams reference
3696 * @set_count: Total of streams
3701 * creates multiple lists for the add, remove, and unchanged streams. In
3702 * particular, if the unchanged streams have a plane that changed, it is
3703 * necessary to remove all planes from the unchanged streams. In summary, this
3728 /* First build a list of streams to be remove from current context */
3730 struct dc_stream_state *stream = context->streams[i];
3745 /* Second, build a list of new streams */
3750 if (stream == context->streams[j]) {
3762 /* Build a list of unchanged streams which is necessary for handling
3790 /* Remove all planes for unchanged streams if planes changed */
3806 /* Remove all planes for removed streams and then remove the streams */
3856 /* Add new streams and then add all planes for the new stream */
3869 /* Add all planes for unchanged streams if planes changed */
3923 struct dc_stream_state *stream = new_ctx->streams[i];
3972 dc, new_ctx, new_ctx->streams, new_ctx->stream_count);