Searched refs:old_pipe (Results 1 – 2 of 2) sorted by relevance
199 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dcn35_disable_otg_wa() local221 stream_changed_otg_dig_on = old_pipe->stream && new_pipe->stream && in dcn35_disable_otg_wa()222 old_pipe->stream != new_pipe->stream && in dcn35_disable_otg_wa()223 old_pipe->stream_res.tg == new_pipe->stream_res.tg && in dcn35_disable_otg_wa()232 if (old_pipe->stream && new_pipe->stream && old_pipe->stream == new_pipe->stream) { in dcn35_disable_otg_wa()233 has_active_hpo = dccg->ctx->dc->link_srv->dp_is_128b_132b_signal(old_pipe) && in dcn35_disable_otg_wa()235 has_active_hpo = has_active_hpo || (old_pipe->stream->signal == SIGNAL_TYPE_HDMI_FRL && in dcn35_disable_otg_wa()
1432 struct pipe_ctx *old_pipe, *new_pipe; in disable_dangling_plane() local1434 old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in disable_dangling_plane()1437 if (old_pipe->plane_state && !new_pipe->plane_state) in disable_dangling_plane()2281 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dc_commit_state_no_check() local2284 subvp_prev_use |= (dc_state_get_pipe_subvp_type(dc->current_state, old_pipe) == SUBVP_PHANTOM); in dc_commit_state_no_check()4925 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[pipe_idx]; in commit_planes_for_stream() local4928 subvp_prev_use |= (dc_state_get_pipe_subvp_type(dc->current_state, old_pipe) == SUBVP_PHANTOM); in commit_planes_for_stream()