Searched refs:odm_pipe (Results 1 – 7 of 7) sorted by relevance
421 struct pipe_ctx *odm_pipe; in dp_set_dsc_on_stream() local424 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in dp_set_dsc_on_stream()443 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in dp_set_dsc_on_stream()444 struct display_stream_compressor *odm_dsc = odm_pipe->stream_res.dsc; in dp_set_dsc_on_stream()447 odm_dsc->funcs->dsc_enable(odm_dsc, odm_pipe->stream_res.opp->inst); in dp_set_dsc_on_stream()491 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in dp_set_dsc_on_stream()492 odm_pipe->stream_res.dsc->funcs->dsc_disable(odm_pipe->stream_res.dsc); in dp_set_dsc_on_stream()
3685 struct pipe_ctx *odm_pipe; in set_crtc_test_pattern() local3708 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in set_crtc_test_pattern()3713 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in set_crtc_test_pattern()3714 struct output_pixel_processor *odm_opp = odm_pipe->stream_res.opp; in set_crtc_test_pattern()3752 struct pipe_ctx *odm_pipe; in set_crtc_test_pattern() local3755 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in set_crtc_test_pattern()3759 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in set_crtc_test_pattern()3760 struct output_pixel_processor *odm_opp = odm_pipe->stream_res.opp; in set_crtc_test_pattern()
1750 struct pipe_ctx *odm_pipe; in dc_remove_stream_from_ctx() local1757 odm_pipe = del_pipe->next_odm_pipe; in dc_remove_stream_from_ctx()1781 while (odm_pipe) { in dc_remove_stream_from_ctx()1782 struct pipe_ctx *next_odm_pipe = odm_pipe->next_odm_pipe; in dc_remove_stream_from_ctx()1784 memset(odm_pipe, 0, sizeof(*odm_pipe)); in dc_remove_stream_from_ctx()1785 odm_pipe = next_odm_pipe; in dc_remove_stream_from_ctx()
2087 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; in commit_planes_do_stream_update() local2093 while (odm_pipe) { in commit_planes_do_stream_update()2094 odm_pipe->stream_res.opp->funcs->opp_program_fmt(odm_pipe->stream_res.opp, in commit_planes_do_stream_update()2097 odm_pipe = odm_pipe->next_odm_pipe; in commit_planes_do_stream_update()
616 struct pipe_ctx *odm_pipe; in dcn20_enable_stream_timing() local629 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in dcn20_enable_stream_timing()630 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn20_enable_stream_timing()663 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in dcn20_enable_stream_timing()664 odm_pipe->stream_res.opp->funcs->opp_pipe_clock_control( in dcn20_enable_stream_timing()665 odm_pipe->stream_res.opp, in dcn20_enable_stream_timing()916 struct pipe_ctx *odm_pipe; in dcn20_update_odm() local920 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in dcn20_update_odm()921 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn20_update_odm()946 struct pipe_ctx *odm_pipe; in dcn20_blank_pixel_data() local[all …]
1449 struct pipe_ctx *odm_pipe; in get_pixel_clock_parameters() local1452 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in get_pixel_clock_parameters()2294 struct pipe_ctx *odm_pipe; in dcn20_validate_dsc() local2297 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in dcn20_validate_dsc()2405 struct pipe_ctx *odm_pipe = pipe->next_odm_pipe; in dcn20_merge_pipes_for_validate() local2411 while (odm_pipe) { in dcn20_merge_pipes_for_validate()2412 struct pipe_ctx *next_odm_pipe = odm_pipe->next_odm_pipe; in dcn20_merge_pipes_for_validate()2414 odm_pipe->plane_state = NULL; in dcn20_merge_pipes_for_validate()2415 odm_pipe->stream = NULL; in dcn20_merge_pipes_for_validate()2416 odm_pipe->top_pipe = NULL; in dcn20_merge_pipes_for_validate()[all …]
1333 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; in apply_single_controller_ctx_to_hw() local1404 while (odm_pipe) { in apply_single_controller_ctx_to_hw()1405 odm_pipe->stream_res.opp->funcs->opp_set_dyn_expansion( in apply_single_controller_ctx_to_hw()1406 odm_pipe->stream_res.opp, in apply_single_controller_ctx_to_hw()1411 odm_pipe->stream_res.opp->funcs->opp_program_fmt( in apply_single_controller_ctx_to_hw()1412 odm_pipe->stream_res.opp, in apply_single_controller_ctx_to_hw()1415 odm_pipe = odm_pipe->next_odm_pipe; in apply_single_controller_ctx_to_hw()