Searched refs:odm_pipe (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/ |
H A D | dcn314_hwseq.c | 99 struct pipe_ctx *odm_pipe; in update_dsc_on_stream() local 103 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in update_dsc_on_stream() 123 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in update_dsc_on_stream() 124 struct display_stream_compressor *odm_dsc = odm_pipe->stream_res.dsc; in update_dsc_on_stream() 128 odm_dsc->funcs->dsc_enable(odm_dsc, odm_pipe->stream_res.opp->inst); in update_dsc_on_stream() 149 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in update_dsc_on_stream() 150 ASSERT(odm_pipe->stream_res.dsc); in update_dsc_on_stream() 151 odm_pipe->stream_res.dsc->funcs->dsc_disable(odm_pipe->stream_res.dsc); in update_dsc_on_stream() 161 struct pipe_ctx *odm_pipe; in get_odm_config() local 164 for (odm_pipe = pipe_ctx; odm_pipe->prev_odm_pipe; odm_pipe = odm_pipe->prev_odm_pipe) in get_odm_config() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/ |
H A D | link_hwss_hpo_frl.c | 33 struct pipe_ctx *odm_pipe; in setup_hpo_frl_stream_attribute() local 37 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in setup_hpo_frl_stream_attribute()
|
H A D | link_dpms.c | 779 struct pipe_ctx *odm_pipe; in link_set_dsc_on_stream() local 783 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in link_set_dsc_on_stream() 803 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in link_set_dsc_on_stream() 804 struct display_stream_compressor *odm_dsc = odm_pipe->stream_res.dsc; in link_set_dsc_on_stream() 807 odm_dsc->funcs->dsc_enable(odm_dsc, odm_pipe->stream_res.opp->inst); in link_set_dsc_on_stream() 858 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in link_set_dsc_on_stream() 859 odm_pipe->stream_res.dsc->funcs->dsc_disable(odm_pipe->stream_res.dsc); in link_set_dsc_on_stream()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_hwseq.c | 1007 struct pipe_ctx *odm_pipe; in update_dsc_on_stream() local 1011 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in update_dsc_on_stream() 1031 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in update_dsc_on_stream() 1032 struct display_stream_compressor *odm_dsc = odm_pipe->stream_res.dsc; in update_dsc_on_stream() 1036 odm_dsc->funcs->dsc_enable(odm_dsc, odm_pipe->stream_res.opp->inst); in update_dsc_on_stream() 1057 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in update_dsc_on_stream() 1058 ASSERT(odm_pipe->stream_res.dsc); in update_dsc_on_stream() 1059 odm_pipe->stream_res.dsc->funcs->dsc_disable(odm_pipe->stream_res.dsc); in update_dsc_on_stream() 1071 struct pipe_ctx *odm_pipe; in get_odm_config() local 1074 for (odm_pipe = pipe_ctx; odm_pipe->prev_odm_pipe; odm_pipe = odm_pipe->prev_odm_pipe) in get_odm_config() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/accessories/ |
H A D | link_dp_cts.c | 431 struct pipe_ctx *odm_pipe; in set_crtc_test_pattern() local 443 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in set_crtc_test_pattern() 511 odm_pipe = pipe_ctx; in set_crtc_test_pattern() 512 while (odm_pipe->next_odm_pipe) { in set_crtc_test_pattern() 513 odm_opp = odm_pipe->stream_res.opp; in set_crtc_test_pattern() 516 odm_pipe, in set_crtc_test_pattern() 525 odm_pipe = odm_pipe->next_odm_pipe; in set_crtc_test_pattern() 527 odm_opp = odm_pipe->stream_res.opp; in set_crtc_test_pattern() 530 odm_pipe, in set_crtc_test_pattern() 554 odm_pipe = pipe_ctx; in set_crtc_test_pattern() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hwseq.c | 680 struct pipe_ctx *odm_pipe; in dcn20_enable_stream_timing() local 708 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in dcn20_enable_stream_timing() 709 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn20_enable_stream_timing() 768 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in dcn20_enable_stream_timing() 769 odm_pipe->stream_res.opp->funcs->opp_pipe_clock_control( in dcn20_enable_stream_timing() 770 odm_pipe->stream_res.opp, in dcn20_enable_stream_timing() 1026 struct pipe_ctx *odm_pipe; in dcn20_update_odm() local 1030 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in dcn20_update_odm() 1031 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn20_update_odm() 1056 struct pipe_ctx *odm_pipe; in dcn20_blank_pixel_data() local [all …]
|
H A D | dcn20_resource.c | 1223 struct pipe_ctx *odm_pipe; in get_pixel_clock_parameters() local 1230 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in get_pixel_clock_parameters() 1667 struct pipe_ctx *odm_pipe; in dcn20_validate_dsc() local 1670 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in dcn20_validate_dsc() 1780 struct pipe_ctx *odm_pipe = pipe->next_odm_pipe; in dcn20_merge_pipes_for_validate() local 1786 while (odm_pipe) { in dcn20_merge_pipes_for_validate() 1787 struct pipe_ctx *next_odm_pipe = odm_pipe->next_odm_pipe; in dcn20_merge_pipes_for_validate() 1789 odm_pipe->plane_state = NULL; in dcn20_merge_pipes_for_validate() 1790 odm_pipe->stream = NULL; in dcn20_merge_pipes_for_validate() 1791 odm_pipe->top_pipe = NULL; in dcn20_merge_pipes_for_validate() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_hw_sequencer.c | 1485 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; in apply_single_controller_ctx_to_hw() local 1525 while (odm_pipe) { in apply_single_controller_ctx_to_hw() 1526 odm_pipe->stream_res.opp->funcs->opp_set_dyn_expansion( in apply_single_controller_ctx_to_hw() 1527 odm_pipe->stream_res.opp, in apply_single_controller_ctx_to_hw() 1532 odm_pipe->stream_res.opp->funcs->opp_program_fmt( in apply_single_controller_ctx_to_hw() 1533 odm_pipe->stream_res.opp, in apply_single_controller_ctx_to_hw() 1536 odm_pipe = odm_pipe->next_odm_pipe; in apply_single_controller_ctx_to_hw()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc.c | 3171 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; in commit_planes_do_stream_update() local 3177 while (odm_pipe) { in commit_planes_do_stream_update() 3178 odm_pipe->stream_res.opp->funcs->opp_program_fmt(odm_pipe->stream_res.opp, in commit_planes_do_stream_update() 3181 odm_pipe = odm_pipe->next_odm_pipe; in commit_planes_do_stream_update() 3582 struct pipe_ctx *odm_pipe; in commit_planes_for_stream() local 3585 for (odm_pipe = mpcc_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in commit_planes_for_stream() 3586 odm_pipe->ttu_regs.min_ttu_vblank = MAX_TTU; in commit_planes_for_stream()
|
H A D | dc_resource.c | 2456 struct pipe_ctx *odm_pipe; in dc_remove_stream_from_ctx() 2463 odm_pipe = del_pipe->next_odm_pipe; in dc_remove_stream_from_ctx() 2495 while (odm_pipe) { in dc_remove_stream_from_ctx() 2496 struct pipe_ctx *next_odm_pipe = odm_pipe->next_odm_pipe; in dc_remove_stream_from_ctx() 2498 memset(odm_pipe, 0, sizeof(*odm_pipe)); in dc_remove_stream_from_ctx() 2499 odm_pipe = next_odm_pipe; in dc_remove_stream_from_ctx() 2455 struct pipe_ctx *odm_pipe; dc_remove_stream_from_ctx() local
|