Home
last modified time | relevance | path

Searched refs:odm_pipe (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_hwss.c436 struct pipe_ctx *odm_pipe; in dp_set_dsc_on_stream() local
439 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()
Ddc_link_dp.c3852 struct pipe_ctx *odm_pipe; in set_crtc_test_pattern() local
3876 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() local
3921 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()
Ddc_resource.c969 struct pipe_ctx *odm_pipe = pipe_ctx; in calculate_inits_and_adj_vp() local
1001 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() local
1864 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()
Ddc.c2320 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; in commit_planes_do_stream_update() local
2326 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()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c648 struct pipe_ctx *odm_pipe; in dcn20_enable_stream_timing() local
670 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() local
979 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 …]
Ddcn20_resource.c1594 struct pipe_ctx *odm_pipe; in get_pixel_clock_parameters() local
1597 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; local
2485 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; local
2600 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 …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c1406 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; in apply_single_controller_ctx_to_hw() local
1477 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()