Searched refs:odm_pipe (Results 1 – 9 of 9) sorted by relevance
33 struct pipe_ctx *odm_pipe; in setup_hpo_frl_stream_attribute() local37 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in setup_hpo_frl_stream_attribute()
92 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; in get_odm_segment_count() local95 while (odm_pipe != NULL) { in get_odm_segment_count()97 odm_pipe = odm_pipe->next_odm_pipe; in get_odm_segment_count()
656 struct pipe_ctx *odm_pipe; in dcn20_enable_stream_timing() local674 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in dcn20_enable_stream_timing()675 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn20_enable_stream_timing()725 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in dcn20_enable_stream_timing()726 odm_pipe->stream_res.opp->funcs->opp_pipe_clock_control( in dcn20_enable_stream_timing()727 odm_pipe->stream_res.opp, in dcn20_enable_stream_timing()978 struct pipe_ctx *odm_pipe; in dcn20_update_odm() local982 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in dcn20_update_odm()983 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn20_update_odm()1008 struct pipe_ctx *odm_pipe; in dcn20_blank_pixel_data() local[all …]
1236 struct pipe_ctx *odm_pipe; in get_pixel_clock_parameters() local1241 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in get_pixel_clock_parameters()1656 struct pipe_ctx *odm_pipe; in dcn20_validate_dsc() local1659 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in dcn20_validate_dsc()1769 struct pipe_ctx *odm_pipe = pipe->next_odm_pipe; in dcn20_merge_pipes_for_validate() local1775 while (odm_pipe) { in dcn20_merge_pipes_for_validate()1776 struct pipe_ctx *next_odm_pipe = odm_pipe->next_odm_pipe; in dcn20_merge_pipes_for_validate()1778 odm_pipe->plane_state = NULL; in dcn20_merge_pipes_for_validate()1779 odm_pipe->stream = NULL; in dcn20_merge_pipes_for_validate()1780 odm_pipe->top_pipe = NULL; in dcn20_merge_pipes_for_validate()[all …]
5964 struct pipe_ctx *odm_pipe; in set_crtc_test_pattern() local5988 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in set_crtc_test_pattern()6003 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in set_crtc_test_pattern()6004 struct output_pixel_processor *odm_opp = odm_pipe->stream_res.opp; in set_crtc_test_pattern()6008 odm_pipe, in set_crtc_test_pattern()6032 struct pipe_ctx *odm_pipe; in set_crtc_test_pattern() local6036 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in set_crtc_test_pattern()6040 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in set_crtc_test_pattern()6041 struct output_pixel_processor *odm_opp = odm_pipe->stream_res.opp; in set_crtc_test_pattern()6045 odm_pipe, in set_crtc_test_pattern()[all …]
2758 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; in commit_planes_do_stream_update() local2764 while (odm_pipe) { in commit_planes_do_stream_update()2765 odm_pipe->stream_res.opp->funcs->opp_program_fmt(odm_pipe->stream_res.opp, in commit_planes_do_stream_update()2768 odm_pipe = odm_pipe->next_odm_pipe; in commit_planes_do_stream_update()2885 struct pipe_ctx *odm_pipe; in commit_planes_for_stream() local2888 for (odm_pipe = mpcc_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in commit_planes_for_stream()2889 odm_pipe->ttu_regs.min_ttu_vblank = MAX_TTU; in commit_planes_for_stream()
1970 struct pipe_ctx *odm_pipe; in dc_remove_stream_from_ctx() local1977 odm_pipe = del_pipe->next_odm_pipe; in dc_remove_stream_from_ctx()2008 while (odm_pipe) { in dc_remove_stream_from_ctx()2009 struct pipe_ctx *next_odm_pipe = odm_pipe->next_odm_pipe; in dc_remove_stream_from_ctx()2011 memset(odm_pipe, 0, sizeof(*odm_pipe)); in dc_remove_stream_from_ctx()2012 odm_pipe = next_odm_pipe; in dc_remove_stream_from_ctx()
1476 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; in apply_single_controller_ctx_to_hw() local1528 while (odm_pipe) { in apply_single_controller_ctx_to_hw()1529 odm_pipe->stream_res.opp->funcs->opp_set_dyn_expansion( in apply_single_controller_ctx_to_hw()1530 odm_pipe->stream_res.opp, in apply_single_controller_ctx_to_hw()1535 odm_pipe->stream_res.opp->funcs->opp_program_fmt( in apply_single_controller_ctx_to_hw()1536 odm_pipe->stream_res.opp, in apply_single_controller_ctx_to_hw()1539 odm_pipe = odm_pipe->next_odm_pipe; in apply_single_controller_ctx_to_hw()
243 struct pipe_ctx *odm_pipe; in dml_validate_dsc() local246 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in dml_validate_dsc()