Home
last modified time | relevance | path

Searched refs:prev_odm_pipe (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c1607 struct pipe_ctx *prev_odm_pipe, in dcn20_split_stream_for_odm() argument
1612 *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 …]
Ddcn20_hwseq.c1037 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()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h304 struct pipe_ctx *prev_odm_pipe; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc.c1244 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()
Ddc_link_hwss.c278 !pipes[i].top_pipe && !pipes[i].prev_odm_pipe && in dp_retrain_link_dp_test()
Ddc_resource.c1137 && !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()
Ddc_link_dp.c3191 if (pipes[i].stream->link == link && !pipes[i].top_pipe && !pipes[i].prev_odm_pipe) { in dc_link_dp_set_test_pattern()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c2090 if (pipe_ctx->top_pipe || pipe_ctx->prev_odm_pipe) in dce110_apply_ctx_to_hw()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c2544 if (!pipe_ctx->top_pipe && !pipe_ctx->prev_odm_pipe) in find_top_pipe_for_stream()