Searched refs:odm_pipe (Results 1 – 5 of 5) sorted by relevance
76 struct pipe_ctx *odm_pipe; in update_dsc_on_stream() local80 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in update_dsc_on_stream()100 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in update_dsc_on_stream()101 struct display_stream_compressor *odm_dsc = odm_pipe->stream_res.dsc; in update_dsc_on_stream()105 odm_dsc->funcs->dsc_enable(odm_dsc, odm_pipe->stream_res.opp->inst); in update_dsc_on_stream()126 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in update_dsc_on_stream()127 ASSERT(odm_pipe->stream_res.dsc); in update_dsc_on_stream()128 odm_pipe->stream_res.dsc->funcs->dsc_disable(odm_pipe->stream_res.dsc); in update_dsc_on_stream()138 struct pipe_ctx *odm_pipe; in get_odm_config() local141 for (odm_pipe = pipe_ctx; odm_pipe->prev_odm_pipe; odm_pipe = odm_pipe->prev_odm_pipe) in get_odm_config()[all …]
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()
325 struct pipe_ctx *odm_pipe; in update_dsc_on_stream() local331 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) in update_dsc_on_stream()364 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in update_dsc_on_stream()365 struct display_stream_compressor *odm_dsc = odm_pipe->stream_res.dsc; in update_dsc_on_stream()369 odm_dsc->funcs->dsc_enable(odm_dsc, odm_pipe->stream_res.opp->inst); in update_dsc_on_stream()390 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) { in update_dsc_on_stream()391 ASSERT(odm_pipe->stream_res.dsc); in update_dsc_on_stream()392 odm_pipe->stream_res.dsc->funcs->dsc_disable(odm_pipe->stream_res.dsc); in update_dsc_on_stream()402 struct pipe_ctx *odm_pipe; in get_odm_config() local405 for (odm_pipe = pipe_ctx; odm_pipe->prev_odm_pipe; odm_pipe = odm_pipe->prev_odm_pipe) in get_odm_config()[all …]
429 struct pipe_ctx *odm_pipe; in set_crtc_test_pattern() local462 odm_pipe = pipe_ctx; in set_crtc_test_pattern()463 while (odm_pipe) { in set_crtc_test_pattern()464 tp_params = &odm_pipe->stream_res.test_pattern_params; in set_crtc_test_pattern()465 odm_opp = odm_pipe->stream_res.opp; in set_crtc_test_pattern()468 odm_pipe, in set_crtc_test_pattern()476 odm_pipe = odm_pipe->next_odm_pipe; in set_crtc_test_pattern()494 odm_pipe = pipe_ctx; in set_crtc_test_pattern()495 while (odm_pipe) { in set_crtc_test_pattern()496 tp_params = &odm_pipe->stream_res.test_pattern_params; in set_crtc_test_pattern()[all …]
1581 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; in dce110_apply_single_controller_ctx_to_hw() local1627 while (odm_pipe) { in dce110_apply_single_controller_ctx_to_hw()1628 odm_pipe->stream_res.opp->funcs->opp_set_dyn_expansion( in dce110_apply_single_controller_ctx_to_hw()1629 odm_pipe->stream_res.opp, in dce110_apply_single_controller_ctx_to_hw()1634 odm_pipe->stream_res.opp->funcs->opp_program_fmt( in dce110_apply_single_controller_ctx_to_hw()1635 odm_pipe->stream_res.opp, in dce110_apply_single_controller_ctx_to_hw()1638 odm_pipe = odm_pipe->next_odm_pipe; in dce110_apply_single_controller_ctx_to_hw()