Searched refs:prev_odm_pipe (Results 1 – 9 of 9) sorted by relevance
1607 struct pipe_ctx *prev_odm_pipe, in dcn20_split_stream_for_odm() argument1612 *next_odm_pipe = *prev_odm_pipe; in dcn20_split_stream_for_odm()1624 if (prev_odm_pipe->next_odm_pipe && prev_odm_pipe->next_odm_pipe != next_odm_pipe) { in dcn20_split_stream_for_odm()1626 next_odm_pipe->next_odm_pipe = prev_odm_pipe->next_odm_pipe; in dcn20_split_stream_for_odm()1627 next_odm_pipe->next_odm_pipe->prev_odm_pipe = next_odm_pipe; in dcn20_split_stream_for_odm()1629 prev_odm_pipe->next_odm_pipe = next_odm_pipe; in dcn20_split_stream_for_odm()1630 next_odm_pipe->prev_odm_pipe = prev_odm_pipe; in dcn20_split_stream_for_odm()1633 if (prev_odm_pipe->plane_state) { in dcn20_split_stream_for_odm()1634 struct scaler_data *sd = &prev_odm_pipe->plane_res.scl_data; in dcn20_split_stream_for_odm()1827 pipes[pipe_cnt].pipe.dest.odm_combine = res_ctx->pipe_ctx[i].prev_odm_pipe in dcn20_populate_dml_pipes_from_context()[all …]
1037 if (pipe_ctx->top_pipe == NULL && !pipe_ctx->prev_odm_pipe) { in dcn20_program_all_pipe_in_tree()1322 if (pipe_ctx->prev_odm_pipe == NULL) in dcn20_update_bandwidth()1689 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe) in dcn20_reset_hw_ctx_wrap()
304 struct pipe_ctx *prev_odm_pipe; member
1244 if (cur_pipe->prev_odm_pipe) in dc_copy_state()1245 cur_pipe->prev_odm_pipe = &new_ctx->res_ctx.pipe_ctx[cur_pipe->prev_odm_pipe->pipe_idx]; in dc_copy_state()1880 if (!pipe_ctx->top_pipe && !pipe_ctx->prev_odm_pipe && pipe_ctx->stream == stream) { in commit_planes_do_stream_update()2040 !pipe_ctx->prev_odm_pipe && in commit_planes_for_stream()
278 !pipes[i].top_pipe && !pipes[i].prev_odm_pipe && in dp_retrain_link_dp_test()
1137 && !res_ctx->pipe_ctx[i].prev_odm_pipe) in resource_get_head_pipe_for_stream()2465 if (cur_pipe->prev_odm_pipe) in dc_resource_state_copy_construct()2466 cur_pipe->prev_odm_pipe = &dst_ctx->res_ctx.pipe_ctx[cur_pipe->prev_odm_pipe->pipe_idx]; in dc_resource_state_copy_construct()
3191 if (pipes[i].stream->link == link && !pipes[i].top_pipe && !pipes[i].prev_odm_pipe) { in dc_link_dp_set_test_pattern()
2090 if (pipe_ctx->top_pipe || pipe_ctx->prev_odm_pipe) in dce110_apply_ctx_to_hw()
2544 if (!pipe_ctx->top_pipe && !pipe_ctx->prev_odm_pipe) in find_top_pipe_for_stream()