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 …]
1644 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dcn32_internal_validate_bw() local1660 if (split[i] == 4 && old_pipe->next_odm_pipe && old_pipe->next_odm_pipe->next_odm_pipe) in dcn32_internal_validate_bw()1661 old_index = old_pipe->next_odm_pipe->next_odm_pipe->pipe_idx; in dcn32_internal_validate_bw()1662 else if (old_pipe->next_odm_pipe) in dcn32_internal_validate_bw()1663 old_index = old_pipe->next_odm_pipe->pipe_idx; in dcn32_internal_validate_bw()1665 if (split[i] == 4 && old_pipe->bottom_pipe && old_pipe->bottom_pipe->bottom_pipe && in dcn32_internal_validate_bw()1666 old_pipe->bottom_pipe->bottom_pipe->plane_state == old_pipe->plane_state) in dcn32_internal_validate_bw()1667 old_index = old_pipe->bottom_pipe->bottom_pipe->pipe_idx; in dcn32_internal_validate_bw()1668 else if (old_pipe->bottom_pipe && in dcn32_internal_validate_bw()1669 old_pipe->bottom_pipe->plane_state == old_pipe->plane_state) in dcn32_internal_validate_bw()[all …]
1106 struct pipe_ctx *old_pipe, *new_pipe; in disable_dangling_plane() local1108 old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in disable_dangling_plane()1111 if (old_pipe->plane_state && !new_pipe->plane_state) in disable_dangling_plane()1754 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dc_commit_state_no_check() local1757 …subvp_prev_use |= (old_pipe->stream && old_pipe->stream->mall_stream_config.type == SUBVP_PHANTOM); in dc_commit_state_no_check()3263 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in commit_planes_for_stream() local3266 …subvp_prev_use |= (old_pipe->stream && old_pipe->stream->mall_stream_config.type == SUBVP_PHANTOM); in commit_planes_for_stream()3851 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dc_commit_updates_for_stream() local3853 if (new_pipe->plane_state && new_pipe->plane_state != old_pipe->plane_state) in dc_commit_updates_for_stream()