Searched refs:odm_pipe (Results 1 – 7 of 7) sorted by relevance
436 struct pipe_ctx *odm_pipe; in dp_set_dsc_on_stream() local439 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()
3852 struct pipe_ctx *odm_pipe; in set_crtc_test_pattern() local3876 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in set_crtc_test_pattern()3890 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in set_crtc_test_pattern()3891 struct output_pixel_processor *odm_opp = odm_pipe->stream_res.opp; in set_crtc_test_pattern()3917 struct pipe_ctx *odm_pipe; in set_crtc_test_pattern() local3921 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in set_crtc_test_pattern()3925 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in set_crtc_test_pattern()3926 struct output_pixel_processor *odm_opp = odm_pipe->stream_res.opp; in set_crtc_test_pattern()
969 struct pipe_ctx *odm_pipe = pipe_ctx; in calculate_inits_and_adj_vp() local1001 while (odm_pipe->prev_odm_pipe) { in calculate_inits_and_adj_vp()1003 odm_pipe = odm_pipe->prev_odm_pipe; in calculate_inits_and_adj_vp()1012 recout_skip_h += odm_pipe->plane_res.scl_data.recout.x in calculate_inits_and_adj_vp()1857 struct pipe_ctx *odm_pipe; in dc_remove_stream_from_ctx() local1864 odm_pipe = del_pipe->next_odm_pipe; in dc_remove_stream_from_ctx()1888 while (odm_pipe) { in dc_remove_stream_from_ctx()1889 struct pipe_ctx *next_odm_pipe = odm_pipe->next_odm_pipe; in dc_remove_stream_from_ctx()1891 memset(odm_pipe, 0, sizeof(*odm_pipe)); in dc_remove_stream_from_ctx()1892 odm_pipe = next_odm_pipe; in dc_remove_stream_from_ctx()
2320 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; in commit_planes_do_stream_update() local2326 while (odm_pipe) { in commit_planes_do_stream_update()2327 odm_pipe->stream_res.opp->funcs->opp_program_fmt(odm_pipe->stream_res.opp, in commit_planes_do_stream_update()2330 odm_pipe = odm_pipe->next_odm_pipe; in commit_planes_do_stream_update()
648 struct pipe_ctx *odm_pipe; in dcn20_enable_stream_timing() local670 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in dcn20_enable_stream_timing()671 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn20_enable_stream_timing()722 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in dcn20_enable_stream_timing()723 odm_pipe->stream_res.opp->funcs->opp_pipe_clock_control( in dcn20_enable_stream_timing()724 odm_pipe->stream_res.opp, in dcn20_enable_stream_timing()975 struct pipe_ctx *odm_pipe; in dcn20_update_odm() local979 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in dcn20_update_odm()980 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn20_update_odm()1005 struct pipe_ctx *odm_pipe; in dcn20_blank_pixel_data() local[all …]
1594 struct pipe_ctx *odm_pipe; in get_pixel_clock_parameters() local1597 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in get_pixel_clock_parameters()2482 struct pipe_ctx *odm_pipe; local2485 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)2594 struct pipe_ctx *odm_pipe = pipe->next_odm_pipe; local2600 while (odm_pipe) {2601 struct pipe_ctx *next_odm_pipe = odm_pipe->next_odm_pipe;2603 odm_pipe->plane_state = NULL;2604 odm_pipe->stream = NULL;2605 odm_pipe->top_pipe = NULL;[all …]
1406 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; in apply_single_controller_ctx_to_hw() local1477 while (odm_pipe) { in apply_single_controller_ctx_to_hw()1478 odm_pipe->stream_res.opp->funcs->opp_set_dyn_expansion( in apply_single_controller_ctx_to_hw()1479 odm_pipe->stream_res.opp, in apply_single_controller_ctx_to_hw()1484 odm_pipe->stream_res.opp->funcs->opp_program_fmt( in apply_single_controller_ctx_to_hw()1485 odm_pipe->stream_res.opp, in apply_single_controller_ctx_to_hw()1488 odm_pipe = odm_pipe->next_odm_pipe; in apply_single_controller_ctx_to_hw()