/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_resource.c | 1465 struct pipe_ctx *prev_odm_pipe, in dcn20_split_stream_for_odm() argument 1471 *next_odm_pipe = *prev_odm_pipe; in dcn20_split_stream_for_odm() 1481 if (prev_odm_pipe->next_odm_pipe && prev_odm_pipe->next_odm_pipe != next_odm_pipe) { in dcn20_split_stream_for_odm() 1485 if (prev_odm_pipe->top_pipe && prev_odm_pipe->top_pipe->next_odm_pipe) { in dcn20_split_stream_for_odm() 1489 if (prev_odm_pipe->bottom_pipe && prev_odm_pipe->bottom_pipe->next_odm_pipe) { in dcn20_split_stream_for_odm() 1494 next_odm_pipe->prev_odm_pipe = prev_odm_pipe; in dcn20_split_stream_for_odm() 1496 if (prev_odm_pipe->plane_state) { in dcn20_split_stream_for_odm() 1782 if (pipe->prev_odm_pipe) in dcn20_merge_pipes_for_validate() 1793 odm_pipe->prev_odm_pipe = NULL; in dcn20_merge_pipes_for_validate() 1970 if (pipe->prev_odm_pipe) { in dcn20_validate_apply_pipe_split_flags() [all …]
|
H A D | dcn20_resource.h | 142 struct pipe_ctx *prev_odm_pipe,
|
H A D | dcn20_hwseq.c | 1350 if (!new_pipe->top_pipe && !new_pipe->prev_odm_pipe) { in dcn20_detect_pipe_changes() 1383 if (!new_pipe->top_pipe && !new_pipe->prev_odm_pipe) { in dcn20_detect_pipe_changes() 1677 …for (other_pipe = pipe->prev_odm_pipe; other_pipe != NULL; other_pipe = other_pipe->prev_odm_pipe)… in calculate_vready_offset_for_group() 1704 && !pipe_ctx->prev_odm_pipe) { in dcn20_program_pipe() 1811 if (!pipe_ctx->top_pipe && !pipe_ctx->prev_odm_pipe && pipe_ctx->plane_state) { in dcn20_program_front_end_for_ctx() 1865 && !context->res_ctx.pipe_ctx[i].prev_odm_pipe in dcn20_program_front_end_for_ctx() 1917 if (!pipe->top_pipe && !pipe->prev_odm_pipe in dcn20_program_front_end_for_ctx() 1941 !pipe->prev_odm_pipe && in dcn20_program_front_end_for_ctx() 2190 if (pipe_ctx->prev_odm_pipe == NULL) in dcn20_update_bandwidth() 2573 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe) in dcn20_reset_hw_ctx_wrap()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_resource_helpers.c | 134 if (pipe->prev_odm_pipe) { in dcn32_merge_pipes_for_subvp() 136 pipe->prev_odm_pipe->next_odm_pipe = pipe->next_odm_pipe; in dcn32_merge_pipes_for_subvp() 138 pipe->next_odm_pipe->prev_odm_pipe = pipe->prev_odm_pipe; in dcn32_merge_pipes_for_subvp() 145 pipe->prev_odm_pipe = NULL; in dcn32_merge_pipes_for_subvp()
|
H A D | dcn32_hwseq.c | 1071 for (odm_pipe = pipe_ctx; odm_pipe->prev_odm_pipe; odm_pipe = odm_pipe->prev_odm_pipe) in get_odm_config()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 774 while (pipe_ctx->prev_odm_pipe) { in get_odm_split_index() 776 pipe_ctx = pipe_ctx->prev_odm_pipe; in get_odm_split_index() 1716 ASSERT(!pipe_ctx->prev_odm_pipe); in resource_is_pipe_type() 1731 return !pipe_ctx->prev_odm_pipe && in resource_is_pipe_type() 1768 while (otg_master->prev_odm_pipe) in resource_get_otg_master() 1856 if (tail_pipe->prev_odm_pipe) { in insert_secondary_dpp_pipe_with_plane() 1858 sec_pipe->prev_odm_pipe = tail_pipe->prev_odm_pipe->bottom_pipe; in insert_secondary_dpp_pipe_with_plane() 3629 if (cur_pipe->prev_odm_pipe) in dc_resource_state_copy_construct() 3630 cur_pipe->prev_odm_pipe = &dst_ctx->res_ctx.pipe_ctx[cur_pipe->prev_odm_pipe->pipe_idx]; in dc_resource_state_copy_construct() 4140 while (first_pipe->prev_odm_pipe) in check_syncd_pipes_for_disabled_master_pipe() [all …]
|
H A D | dc.c | 544 if (pipe->stream == stream && !pipe->top_pipe && !pipe->prev_odm_pipe) in dc_stream_forward_crc_window() 1138 !dc->current_state->res_ctx.pipe_ctx[i].prev_odm_pipe) { in disable_dangling_plane() 1224 if (pipe->prev_odm_pipe) in disable_vbios_mode_if_required() 1433 || ctx->res_ctx.pipe_ctx[i].prev_odm_pipe) in program_timing_sync() 2258 if (cur_pipe->prev_odm_pipe) in dc_copy_state() 2259 cur_pipe->prev_odm_pipe = &new_ctx->res_ctx.pipe_ctx[cur_pipe->prev_odm_pipe->pipe_idx]; in dc_copy_state() 3704 !pipe_ctx->prev_odm_pipe && in commit_planes_for_stream()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/ |
H A D | dcn314_hwseq.c | 164 for (odm_pipe = pipe_ctx; odm_pipe->prev_odm_pipe; odm_pipe = odm_pipe->prev_odm_pipe) in get_odm_config() 402 if (pipe->top_pipe || pipe->prev_odm_pipe) in dcn314_resync_fifo_dccg_dio()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | dcn32_fpu.c | 1445 context->res_ctx.pipe_ctx[i].prev_odm_pipe == NULL) { in dcn32_calculate_dlg_params() 1599 sec_pipe->next_odm_pipe->prev_odm_pipe = sec_pipe; in dcn32_split_stream_for_mpc_or_odm() 1610 sec_pipe->prev_odm_pipe = pri_pipe; in dcn32_split_stream_for_mpc_or_odm() 1742 if (pipe->prev_odm_pipe) { in dcn32_internal_validate_bw() 1744 pipe->prev_odm_pipe->next_odm_pipe = pipe->next_odm_pipe; in dcn32_internal_validate_bw() 1746 pipe->next_odm_pipe->prev_odm_pipe = pipe->prev_odm_pipe; in dcn32_internal_validate_bw() 1757 if (pipe->prev_odm_pipe->bottom_pipe) { in dcn32_internal_validate_bw() 1759 pipe->bottom_pipe->top_pipe = pipe->prev_odm_pipe->bottom_pipe; in dcn32_internal_validate_bw() 1763 pipe->bottom_pipe->top_pipe = pipe->prev_odm_pipe; in dcn32_internal_validate_bw() 1764 pipe->prev_odm_pipe->bottom_pipe = pipe->bottom_pipe; in dcn32_internal_validate_bw() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_resource.c | 1545 sec_pipe->next_odm_pipe->prev_odm_pipe = sec_pipe; in dcn30_split_stream_for_mpc_or_odm() 1556 sec_pipe->prev_odm_pipe = pri_pipe; in dcn30_split_stream_for_mpc_or_odm() 1599 && dc->current_state->res_ctx.pipe_ctx[i].prev_odm_pipe == NULL) { in dcn30_find_split_pipe() 1728 if (pipe->prev_odm_pipe) { in dcn30_internal_validate_bw() 1730 pipe->prev_odm_pipe->next_odm_pipe = pipe->next_odm_pipe; in dcn30_internal_validate_bw() 1732 pipe->next_odm_pipe->prev_odm_pipe = pipe->prev_odm_pipe; in dcn30_internal_validate_bw() 1739 pipe->prev_odm_pipe = NULL; in dcn30_internal_validate_bw()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/ |
H A D | dcn21_hwseq.c | 290 (pipe_ctx->prev_odm_pipe == NULL && pipe_ctx->next_odm_pipe == NULL)) in dcn21_is_abm_supported()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | core_types.h | 394 struct pipe_ctx *prev_odm_pipe; member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
H A D | dcn31_hwseq.c | 581 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe) in dcn31_reset_hw_ctx_wrap()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/ |
H A D | dcn316_clk_mgr.c | 113 if (pipe->top_pipe || pipe->prev_odm_pipe) in dcn316_disable_otg_wa()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
H A D | dcn20_fpu.c | 1436 } else if (res_ctx->pipe_ctx[i].prev_odm_pipe) { in dcn20_populate_dml_pipes_from_context() 1437 struct pipe_ctx *first_pipe = res_ctx->pipe_ctx[i].prev_odm_pipe; in dcn20_populate_dml_pipes_from_context() 1439 while (first_pipe->prev_odm_pipe) in dcn20_populate_dml_pipes_from_context() 1440 first_pipe = first_pipe->prev_odm_pipe; in dcn20_populate_dml_pipes_from_context()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hw_sequencer.c | 893 …for (other_pipe = pipe->prev_odm_pipe; other_pipe != NULL; other_pipe = other_pipe->prev_odm_pipe)… in calculate_vready_offset_for_group() 3007 !pipe_ctx->prev_odm_pipe && in dcn10_post_unlock_program_front_end() 3419 (pipe_ctx->prev_odm_pipe != NULL); in dcn10_set_cursor_position() 3579 pipe_ctx->prev_odm_pipe->plane_res.scl_data.viewport.y; in dcn10_set_cursor_position()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/ |
H A D | dcn31_clk_mgr.c | 121 if (pipe->top_pipe || pipe->prev_odm_pipe) in dcn31_disable_otg_wa()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/ |
H A D | dcn315_clk_mgr.c | 108 if (pipe->top_pipe || pipe->prev_odm_pipe) in dcn315_disable_otg_wa()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn315/ |
H A D | dcn315_resource.c | 1693 if (pixel_rate_crb && !pipe->top_pipe && !pipe->prev_odm_pipe) { in dcn315_populate_dml_pipes_from_context() 1750 if (!pipe->top_pipe && !pipe->prev_odm_pipe) { in dcn315_populate_dml_pipes_from_context()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/ |
H A D | dcn314_clk_mgr.c | 145 if (pipe->top_pipe || pipe->prev_odm_pipe) in dcn314_disable_otg_wa()
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_helpers.c | 1133 !pipes[i].prev_odm_pipe) { in dm_helpers_dp_handle_test_pattern_request()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dmub_srv.c | 311 …if (split_pipe->stream == head_pipe->stream && (split_pipe->top_pipe || split_pipe->prev_odm_pipe)… in dc_dmub_srv_populate_fams_pipe_info()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_hw_sequencer.c | 2302 if (pipe_ctx->top_pipe || pipe_ctx->prev_odm_pipe) in dce110_apply_ctx_to_hw()
|