Searched refs:odm_pipe (Results 1 – 7 of 7) sorted by relevance
386 struct pipe_ctx *odm_pipe; in dp_set_dsc_on_stream() local389 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in dp_set_dsc_on_stream()408 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in dp_set_dsc_on_stream()409 struct display_stream_compressor *odm_dsc = odm_pipe->stream_res.dsc; in dp_set_dsc_on_stream()412 odm_dsc->funcs->dsc_enable(odm_dsc, odm_pipe->stream_res.opp->inst); in dp_set_dsc_on_stream()456 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in dp_set_dsc_on_stream()457 odm_pipe->stream_res.dsc->funcs->dsc_disable(odm_pipe->stream_res.dsc); in dp_set_dsc_on_stream()
3098 struct pipe_ctx *odm_pipe; in set_crtc_test_pattern() local3101 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in set_crtc_test_pattern()3106 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in set_crtc_test_pattern()3107 struct output_pixel_processor *odm_opp = odm_pipe->stream_res.opp; in set_crtc_test_pattern()3139 struct pipe_ctx *odm_pipe; in set_crtc_test_pattern() local3142 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in set_crtc_test_pattern()3146 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in set_crtc_test_pattern()3147 struct output_pixel_processor *odm_opp = odm_pipe->stream_res.opp; in set_crtc_test_pattern()
1719 struct pipe_ctx *odm_pipe; in dc_remove_stream_from_ctx() local1726 odm_pipe = del_pipe->next_odm_pipe; in dc_remove_stream_from_ctx()1750 while (odm_pipe) { in dc_remove_stream_from_ctx()1751 struct pipe_ctx *next_odm_pipe = odm_pipe->next_odm_pipe; in dc_remove_stream_from_ctx()1753 memset(odm_pipe, 0, sizeof(*odm_pipe)); in dc_remove_stream_from_ctx()1754 odm_pipe = next_odm_pipe; in dc_remove_stream_from_ctx()
1906 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; in commit_planes_do_stream_update() local1914 while (odm_pipe) { in commit_planes_do_stream_update()1915 odm_pipe->stream_res.opp->funcs->opp_program_fmt(odm_pipe->stream_res.opp, in commit_planes_do_stream_update()1918 odm_pipe = odm_pipe->next_odm_pipe; in commit_planes_do_stream_update()
532 struct pipe_ctx *odm_pipe; in dcn20_enable_stream_timing() local545 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in dcn20_enable_stream_timing()546 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn20_enable_stream_timing()579 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in dcn20_enable_stream_timing()580 odm_pipe->stream_res.opp->funcs->opp_pipe_clock_control( in dcn20_enable_stream_timing()581 odm_pipe->stream_res.opp, in dcn20_enable_stream_timing()829 struct pipe_ctx *odm_pipe; in dcn20_update_odm() local833 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in dcn20_update_odm()834 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn20_update_odm()858 struct pipe_ctx *odm_pipe; in dcn20_blank_pixel_data() local[all …]
1328 struct pipe_ctx *odm_pipe; in get_pixel_clock_parameters() local1331 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in get_pixel_clock_parameters()2144 struct pipe_ctx *odm_pipe; in dcn20_validate_dsc() local2147 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in dcn20_validate_dsc()2273 struct pipe_ctx *odm_pipe = pipe->next_odm_pipe; in dcn20_fast_validate_bw() local2279 while (odm_pipe) { in dcn20_fast_validate_bw()2280 struct pipe_ctx *next_odm_pipe = odm_pipe->next_odm_pipe; in dcn20_fast_validate_bw()2282 odm_pipe->plane_state = NULL; in dcn20_fast_validate_bw()2283 odm_pipe->stream = NULL; in dcn20_fast_validate_bw()2284 odm_pipe->top_pipe = NULL; in dcn20_fast_validate_bw()[all …]
1333 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; in apply_single_controller_ctx_to_hw() local1401 while (odm_pipe) { in apply_single_controller_ctx_to_hw()1402 odm_pipe->stream_res.opp->funcs->opp_set_dyn_expansion( in apply_single_controller_ctx_to_hw()1403 odm_pipe->stream_res.opp, in apply_single_controller_ctx_to_hw()1408 odm_pipe->stream_res.opp->funcs->opp_program_fmt( in apply_single_controller_ctx_to_hw()1409 odm_pipe->stream_res.opp, in apply_single_controller_ctx_to_hw()1412 odm_pipe = odm_pipe->next_odm_pipe; in apply_single_controller_ctx_to_hw()