Searched refs:old_pipe (Results 1 – 4 of 4) sorted by relevance
1778 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dcn30_internal_validate_bw() local1794 if (split[i] == 4 && old_pipe->next_odm_pipe && old_pipe->next_odm_pipe->next_odm_pipe) in dcn30_internal_validate_bw()1795 old_index = old_pipe->next_odm_pipe->next_odm_pipe->pipe_idx; in dcn30_internal_validate_bw()1796 else if (old_pipe->next_odm_pipe) in dcn30_internal_validate_bw()1797 old_index = old_pipe->next_odm_pipe->pipe_idx; in dcn30_internal_validate_bw()1799 if (split[i] == 4 && old_pipe->bottom_pipe && old_pipe->bottom_pipe->bottom_pipe && in dcn30_internal_validate_bw()1800 old_pipe->bottom_pipe->bottom_pipe->plane_state == old_pipe->plane_state) in dcn30_internal_validate_bw()1801 old_index = old_pipe->bottom_pipe->bottom_pipe->pipe_idx; in dcn30_internal_validate_bw()1802 else if (old_pipe->bottom_pipe && in dcn30_internal_validate_bw()1803 old_pipe->bottom_pipe->plane_state == old_pipe->plane_state) in dcn30_internal_validate_bw()[all …]
1286 static void dcn20_detect_pipe_changes(struct pipe_ctx *old_pipe, struct pipe_ctx *new_pipe) in dcn20_detect_pipe_changes() argument1291 if (!old_pipe->plane_state && !new_pipe->plane_state) in dcn20_detect_pipe_changes()1294 if (!old_pipe->plane_state && new_pipe->plane_state) { in dcn20_detect_pipe_changes()1322 if (old_pipe->plane_state && old_pipe->plane_state->is_phantom && in dcn20_detect_pipe_changes()1326 if (old_pipe->plane_state && !new_pipe->plane_state) { in dcn20_detect_pipe_changes()1332 if (old_pipe->plane_state != new_pipe->plane_state) { in dcn20_detect_pipe_changes()1339 if ((old_pipe->next_odm_pipe && new_pipe->next_odm_pipe in dcn20_detect_pipe_changes()1340 && old_pipe->next_odm_pipe->pipe_idx != new_pipe->next_odm_pipe->pipe_idx) in dcn20_detect_pipe_changes()1341 || (!old_pipe->next_odm_pipe && new_pipe->next_odm_pipe) in dcn20_detect_pipe_changes()1342 || (old_pipe->next_odm_pipe && !new_pipe->next_odm_pipe) in dcn20_detect_pipe_changes()[all …]
1637 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dcn32_internal_validate_bw() local1653 if (split[i] == 4 && old_pipe->next_odm_pipe && old_pipe->next_odm_pipe->next_odm_pipe) in dcn32_internal_validate_bw()1654 old_index = old_pipe->next_odm_pipe->next_odm_pipe->pipe_idx; in dcn32_internal_validate_bw()1655 else if (old_pipe->next_odm_pipe) in dcn32_internal_validate_bw()1656 old_index = old_pipe->next_odm_pipe->pipe_idx; in dcn32_internal_validate_bw()1658 if (split[i] == 4 && old_pipe->bottom_pipe && old_pipe->bottom_pipe->bottom_pipe && in dcn32_internal_validate_bw()1659 old_pipe->bottom_pipe->bottom_pipe->plane_state == old_pipe->plane_state) in dcn32_internal_validate_bw()1660 old_index = old_pipe->bottom_pipe->bottom_pipe->pipe_idx; in dcn32_internal_validate_bw()1661 else if (old_pipe->bottom_pipe && in dcn32_internal_validate_bw()1662 old_pipe->bottom_pipe->plane_state == old_pipe->plane_state) in dcn32_internal_validate_bw()[all …]
1105 struct pipe_ctx *old_pipe, *new_pipe; in disable_dangling_plane() local1107 old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in disable_dangling_plane()1110 if (old_pipe->plane_state && !new_pipe->plane_state) in disable_dangling_plane()1743 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dc_commit_state_no_check() local1746 …subvp_prev_use |= (old_pipe->stream && old_pipe->stream->mall_stream_config.type == SUBVP_PHANTOM); in dc_commit_state_no_check()3249 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in commit_planes_for_stream() local3252 …subvp_prev_use |= (old_pipe->stream && old_pipe->stream->mall_stream_config.type == SUBVP_PHANTOM); in commit_planes_for_stream()3832 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dc_commit_updates_for_stream() local3834 if (new_pipe->plane_state && new_pipe->plane_state != old_pipe->plane_state) in dc_commit_updates_for_stream()