Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_hwss.c436 struct pipe_ctx *odm_pipe; in dp_set_dsc_on_stream() local
439 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in dp_set_dsc_on_stream()
459 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in dp_set_dsc_on_stream()
460 struct display_stream_compressor *odm_dsc = odm_pipe->stream_res.dsc; in dp_set_dsc_on_stream()
463 odm_dsc->funcs->dsc_enable(odm_dsc, odm_pipe->stream_res.opp->inst); in dp_set_dsc_on_stream()
509 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in dp_set_dsc_on_stream()
510 odm_pipe->stream_res.dsc->funcs->dsc_disable(odm_pipe->stream_res.dsc); in dp_set_dsc_on_stream()
Ddc_link_dp.c4247 struct pipe_ctx *odm_pipe; in set_crtc_test_pattern() local
4271 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in set_crtc_test_pattern()
4286 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in set_crtc_test_pattern()
4287 struct output_pixel_processor *odm_opp = odm_pipe->stream_res.opp; in set_crtc_test_pattern()
4291 odm_pipe, in set_crtc_test_pattern()
4315 struct pipe_ctx *odm_pipe; in set_crtc_test_pattern() local
4319 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in set_crtc_test_pattern()
4323 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in set_crtc_test_pattern()
4324 struct output_pixel_processor *odm_opp = odm_pipe->stream_res.opp; in set_crtc_test_pattern()
4328 odm_pipe, in set_crtc_test_pattern()
Ddc.c2718 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; in commit_planes_do_stream_update() local
2724 while (odm_pipe) { in commit_planes_do_stream_update()
2725 odm_pipe->stream_res.opp->funcs->opp_program_fmt(odm_pipe->stream_res.opp, in commit_planes_do_stream_update()
2728 odm_pipe = odm_pipe->next_odm_pipe; in commit_planes_do_stream_update()
2843 struct pipe_ctx *odm_pipe; in commit_planes_for_stream() local
2846 for (odm_pipe = mpcc_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in commit_planes_for_stream()
2847 odm_pipe->ttu_regs.min_ttu_vblank = MAX_TTU; in commit_planes_for_stream()
Ddc_resource.c1793 struct pipe_ctx *odm_pipe; in dc_remove_stream_from_ctx() local
1800 odm_pipe = del_pipe->next_odm_pipe; in dc_remove_stream_from_ctx()
1824 while (odm_pipe) { in dc_remove_stream_from_ctx()
1825 struct pipe_ctx *next_odm_pipe = odm_pipe->next_odm_pipe; in dc_remove_stream_from_ctx()
1827 memset(odm_pipe, 0, sizeof(*odm_pipe)); in dc_remove_stream_from_ctx()
1828 odm_pipe = next_odm_pipe; in dc_remove_stream_from_ctx()
/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c647 struct pipe_ctx *odm_pipe; in dcn20_enable_stream_timing() local
665 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in dcn20_enable_stream_timing()
666 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn20_enable_stream_timing()
716 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in dcn20_enable_stream_timing()
717 odm_pipe->stream_res.opp->funcs->opp_pipe_clock_control( in dcn20_enable_stream_timing()
718 odm_pipe->stream_res.opp, in dcn20_enable_stream_timing()
969 struct pipe_ctx *odm_pipe; in dcn20_update_odm() local
973 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in dcn20_update_odm()
974 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn20_update_odm()
999 struct pipe_ctx *odm_pipe; in dcn20_blank_pixel_data() local
[all …]
Ddcn20_resource.c1596 struct pipe_ctx *odm_pipe; in get_pixel_clock_parameters() local
1599 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in get_pixel_clock_parameters()
2460 struct pipe_ctx *odm_pipe; in dcn20_validate_dsc() local
2463 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in dcn20_validate_dsc()
2573 struct pipe_ctx *odm_pipe = pipe->next_odm_pipe; in dcn20_merge_pipes_for_validate() local
2579 while (odm_pipe) { in dcn20_merge_pipes_for_validate()
2580 struct pipe_ctx *next_odm_pipe = odm_pipe->next_odm_pipe; in dcn20_merge_pipes_for_validate()
2582 odm_pipe->plane_state = NULL; in dcn20_merge_pipes_for_validate()
2583 odm_pipe->stream = NULL; in dcn20_merge_pipes_for_validate()
2584 odm_pipe->top_pipe = NULL; in dcn20_merge_pipes_for_validate()
[all …]
/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c1443 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; in apply_single_controller_ctx_to_hw() local
1514 while (odm_pipe) { in apply_single_controller_ctx_to_hw()
1515 odm_pipe->stream_res.opp->funcs->opp_set_dyn_expansion( in apply_single_controller_ctx_to_hw()
1516 odm_pipe->stream_res.opp, in apply_single_controller_ctx_to_hw()
1521 odm_pipe->stream_res.opp->funcs->opp_program_fmt( in apply_single_controller_ctx_to_hw()
1522 odm_pipe->stream_res.opp, in apply_single_controller_ctx_to_hw()
1525 odm_pipe = odm_pipe->next_odm_pipe; in apply_single_controller_ctx_to_hw()