Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_hwss.c386 struct pipe_ctx *odm_pipe; in dp_set_dsc_on_stream() local
389 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()
Ddc_link_dp.c3098 struct pipe_ctx *odm_pipe; in set_crtc_test_pattern() local
3101 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() local
3142 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()
Ddc_resource.c1719 struct pipe_ctx *odm_pipe; in dc_remove_stream_from_ctx() local
1726 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()
Ddc.c1906 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; in commit_planes_do_stream_update() local
1914 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()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c532 struct pipe_ctx *odm_pipe; in dcn20_enable_stream_timing() local
545 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() local
833 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 …]
Ddcn20_resource.c1328 struct pipe_ctx *odm_pipe; in get_pixel_clock_parameters() local
1331 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() local
2147 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() local
2279 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 …]
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c1333 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; in apply_single_controller_ctx_to_hw() local
1401 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()