Home
last modified time | relevance | path

Searched refs:odm_pipe (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_link_hwss.c541 struct pipe_ctx *odm_pipe; local
544 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
564 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) {
565 struct display_stream_compressor *odm_dsc = odm_pipe->stream_res.dsc;
568 odm_dsc->funcs->dsc_enable(odm_dsc, odm_pipe->stream_res.opp->inst);
628 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
629 odm_pipe->stream_res.dsc->funcs->dsc_disable(odm_pipe->stream_res.dsc);
847 struct pipe_ctx *odm_pipe; local
852 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
A Ddc_link_dp.c5077 struct pipe_ctx *odm_pipe; local
5101 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
5116 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) {
5117 struct output_pixel_processor *odm_opp = odm_pipe->stream_res.opp;
5121 odm_pipe,
5145 struct pipe_ctx *odm_pipe; local
5149 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
5153 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) {
5154 struct output_pixel_processor *odm_opp = odm_pipe->stream_res.opp;
5158 odm_pipe,
A Ddc.c2730 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; in commit_planes_do_stream_update() local
2736 while (odm_pipe) { in commit_planes_do_stream_update()
2737 odm_pipe->stream_res.opp->funcs->opp_program_fmt(odm_pipe->stream_res.opp, in commit_planes_do_stream_update()
2740 odm_pipe = odm_pipe->next_odm_pipe; in commit_planes_do_stream_update()
2864 struct pipe_ctx *odm_pipe; in commit_planes_for_stream() local
2867 for (odm_pipe = mpcc_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in commit_planes_for_stream()
2868 odm_pipe->ttu_regs.min_ttu_vblank = MAX_TTU; in commit_planes_for_stream()
A Ddc_resource.c1863 struct pipe_ctx *odm_pipe; in dc_remove_stream_from_ctx() local
1870 odm_pipe = del_pipe->next_odm_pipe; in dc_remove_stream_from_ctx()
1906 while (odm_pipe) { in dc_remove_stream_from_ctx()
1907 struct pipe_ctx *next_odm_pipe = odm_pipe->next_odm_pipe; in dc_remove_stream_from_ctx()
1909 memset(odm_pipe, 0, sizeof(*odm_pipe)); in dc_remove_stream_from_ctx()
1910 odm_pipe = next_odm_pipe; in dc_remove_stream_from_ctx()
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hwseq.c668 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in dcn20_enable_stream_timing()
719 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in dcn20_enable_stream_timing()
976 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in dcn20_update_odm()
1014 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in dcn20_blank_pixel_data()
1040 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in dcn20_blank_pixel_data()
1042 odm_pipe, in dcn20_blank_pixel_data()
1985 while (odm_pipe) { in dcn20_disable_stream_gating()
1987 odm_pipe = odm_pipe->next_odm_pipe; in dcn20_disable_stream_gating()
2000 while (odm_pipe) { in dcn20_enable_stream_gating()
2002 odm_pipe = odm_pipe->next_odm_pipe; in dcn20_enable_stream_gating()
[all …]
A Ddcn20_resource.c1598 struct pipe_ctx *odm_pipe; in get_pixel_clock_parameters() local
1603 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in get_pixel_clock_parameters()
2479 struct pipe_ctx *odm_pipe; in dcn20_validate_dsc() local
2482 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in dcn20_validate_dsc()
2598 while (odm_pipe) { in dcn20_merge_pipes_for_validate()
2601 odm_pipe->plane_state = NULL; in dcn20_merge_pipes_for_validate()
2602 odm_pipe->stream = NULL; in dcn20_merge_pipes_for_validate()
2603 odm_pipe->top_pipe = NULL; in dcn20_merge_pipes_for_validate()
2610 memset(&odm_pipe->plane_res, 0, sizeof(odm_pipe->plane_res)); in dcn20_merge_pipes_for_validate()
2611 memset(&odm_pipe->stream_res, 0, sizeof(odm_pipe->stream_res)); in dcn20_merge_pipes_for_validate()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_hw_sequencer.c1523 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; local
1618 while (odm_pipe) {
1619 odm_pipe->stream_res.opp->funcs->opp_set_dyn_expansion(
1620 odm_pipe->stream_res.opp,
1625 odm_pipe->stream_res.opp->funcs->opp_program_fmt(
1626 odm_pipe->stream_res.opp,
1629 odm_pipe = odm_pipe->next_odm_pipe;

Completed in 46 milliseconds