Searched refs:old_pipe (Results 1 – 5 of 5) sorted by relevance
1525 struct pipe_ctx *old_pipe; in update_dsc_for_odm_change() local1551 old_pipe = old_opp_heads[i]; in update_dsc_for_odm_change()1552 new_pipe = &context->res_ctx.pipe_ctx[old_pipe->pipe_idx]; in update_dsc_for_odm_change()1553 if (old_pipe->stream_res.dsc && !new_pipe->stream_res.dsc) in update_dsc_for_odm_change()1554 old_pipe->stream_res.dsc->funcs->dsc_disconnect( in update_dsc_for_odm_change()1555 old_pipe->stream_res.dsc); in update_dsc_for_odm_change()1608 struct pipe_ctx *old_pipe; in dcn401_add_dsc_sequence_for_odm_change() local1685 old_pipe = old_opp_heads[i]; in dcn401_add_dsc_sequence_for_odm_change()1686 new_pipe = &context->res_ctx.pipe_ctx[old_pipe->pipe_idx]; in dcn401_add_dsc_sequence_for_odm_change()1689 if (old_pipe->stream_res.dsc && !new_pipe->stream_res.dsc) { in dcn401_add_dsc_sequence_for_odm_change()[all …]
1493 struct pipe_ctx *old_pipe, in dcn20_detect_pipe_changes() argument1496 bool old_is_phantom = dc_state_get_pipe_subvp_type(old_state, old_pipe) == SUBVP_PHANTOM; in dcn20_detect_pipe_changes()1508 if (old_pipe->plane_state && !old_is_phantom && in dcn20_detect_pipe_changes()1515 resource_is_odm_topology_changed(new_pipe, old_pipe)) in dcn20_detect_pipe_changes()1520 if (!old_pipe->plane_state && !new_pipe->plane_state) in dcn20_detect_pipe_changes()1523 if (!old_pipe->plane_state && new_pipe->plane_state) { in dcn20_detect_pipe_changes()1556 if (old_pipe->plane_state && old_is_phantom && in dcn20_detect_pipe_changes()1560 if (old_pipe->plane_state && !new_pipe->plane_state) { in dcn20_detect_pipe_changes()1566 if (old_pipe->plane_state != new_pipe->plane_state) { in dcn20_detect_pipe_changes()1573 if (old_pipe->pipe_dlg_param.vready_offset != new_pipe->pipe_dlg_param.vready_offset in dcn20_detect_pipe_changes()[all …]
160 struct pipe_ctx *old_pipe,
1361 struct pipe_ctx *old_pipe, *new_pipe; in disable_dangling_plane() local1363 old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in disable_dangling_plane()1366 if (old_pipe->plane_state && !new_pipe->plane_state) in disable_dangling_plane()2136 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dc_commit_state_no_check() local2139 subvp_prev_use |= (dc_state_get_pipe_subvp_type(dc->current_state, old_pipe) == SUBVP_PHANTOM); in dc_commit_state_no_check()4151 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in commit_planes_for_stream() local4154 subvp_prev_use |= (dc_state_get_pipe_subvp_type(dc->current_state, old_pipe) == SUBVP_PHANTOM); in commit_planes_for_stream()
1265 struct pipe_ctx *old_pipe,