Home
last modified time | relevance | path

Searched refs:prev_odm_pipe (Results 1 – 25 of 25) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_resource.c1486 struct pipe_ctx *prev_odm_pipe, in dcn20_split_stream_for_odm() argument
1492 *next_odm_pipe = *prev_odm_pipe; in dcn20_split_stream_for_odm()
1502 if (prev_odm_pipe->next_odm_pipe && prev_odm_pipe->next_odm_pipe != next_odm_pipe) { in dcn20_split_stream_for_odm()
1506 if (prev_odm_pipe->top_pipe && prev_odm_pipe->top_pipe->next_odm_pipe) { in dcn20_split_stream_for_odm()
1510 if (prev_odm_pipe->bottom_pipe && prev_odm_pipe->bottom_pipe->next_odm_pipe) { in dcn20_split_stream_for_odm()
1515 next_odm_pipe->prev_odm_pipe = prev_odm_pipe; in dcn20_split_stream_for_odm()
1517 if (prev_odm_pipe->plane_state) { in dcn20_split_stream_for_odm()
1803 if (pipe->prev_odm_pipe) in dcn20_merge_pipes_for_validate()
1814 odm_pipe->prev_odm_pipe = NULL; in dcn20_merge_pipes_for_validate()
1991 if (pipe->prev_odm_pipe) { in dcn20_validate_apply_pipe_split_flags()
[all …]
A Ddcn20_resource.h141 struct pipe_ctx *prev_odm_pipe,
A Ddcn20_hwseq.c1351 if (!new_pipe->top_pipe && !new_pipe->prev_odm_pipe) { in dcn20_detect_pipe_changes()
1384 if (!new_pipe->top_pipe && !new_pipe->prev_odm_pipe) { in dcn20_detect_pipe_changes()
1684 …for (other_pipe = pipe->prev_odm_pipe; other_pipe != NULL; other_pipe = other_pipe->prev_odm_pipe)… in calculate_vready_offset_for_group()
1701 && !pipe_ctx->top_pipe && !pipe_ctx->prev_odm_pipe) in dcn20_program_pipe()
1706 && !pipe_ctx->prev_odm_pipe) { in dcn20_program_pipe()
1812 if (!pipe_ctx->top_pipe && !pipe_ctx->prev_odm_pipe && pipe_ctx->plane_state) { in dcn20_program_front_end_for_ctx()
1844 && !context->res_ctx.pipe_ctx[i].prev_odm_pipe in dcn20_program_front_end_for_ctx()
1896 if (!pipe->top_pipe && !pipe->prev_odm_pipe in dcn20_program_front_end_for_ctx()
1920 !pipe->prev_odm_pipe && in dcn20_program_front_end_for_ctx()
2146 if (pipe_ctx->prev_odm_pipe == NULL) in dcn20_update_bandwidth()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/
A Ddcn32_resource_helpers.c140 if (pipe->prev_odm_pipe) { in dcn32_merge_pipes_for_subvp()
142 pipe->prev_odm_pipe->next_odm_pipe = pipe->next_odm_pipe; in dcn32_merge_pipes_for_subvp()
144 pipe->next_odm_pipe->prev_odm_pipe = pipe->prev_odm_pipe; in dcn32_merge_pipes_for_subvp()
151 pipe->prev_odm_pipe = NULL; in dcn32_merge_pipes_for_subvp()
A Ddcn32_hwseq.c1012 for (odm_pipe = pipe_ctx; odm_pipe->prev_odm_pipe; odm_pipe = odm_pipe->prev_odm_pipe) in get_odm_config()
1311 if (!phantom_pipe->top_pipe && !phantom_pipe->prev_odm_pipe) { in dcn32_apply_update_flags_for_phantom()
A Ddcn32_resource.c1733 if (!pipe->top_pipe && !pipe->prev_odm_pipe && in dcn32_retain_phantom_pipes()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/
A Ddc_resource.c747 pipe = pipe->prev_odm_pipe; in get_num_odm_splits()
750 pipe = pipe->prev_odm_pipe; in get_num_odm_splits()
770 if (split_pipe && split_pipe->prev_odm_pipe && !pipe_ctx->prev_odm_pipe) in calculate_split_count_and_index()
818 if (pipe_ctx->top_pipe && pipe_ctx->top_pipe->prev_odm_pipe && !pipe_ctx->prev_odm_pipe) { in calculate_recout()
1134 pipe_ctx->prev_odm_pipe ? pipe_ctx->prev_odm_pipe->pipe_idx : -1); in resource_build_scaling_params()
1145 pipe_ctx->top_pipe->prev_odm_pipe ? pipe_ctx->top_pipe->prev_odm_pipe->pipe_idx : -1); in resource_build_scaling_params()
1664 tail_pipe->prev_odm_pipe && tail_pipe->prev_odm_pipe->bottom_pipe) { in dc_add_plane_to_context()
1665 free_pipe->prev_odm_pipe = tail_pipe->prev_odm_pipe->bottom_pipe; in dc_add_plane_to_context()
3364 if (cur_pipe->prev_odm_pipe) in dc_resource_state_copy_construct()
3365 cur_pipe->prev_odm_pipe = &dst_ctx->res_ctx.pipe_ctx[cur_pipe->prev_odm_pipe->pipe_idx]; in dc_resource_state_copy_construct()
[all …]
A Ddc.c536 if (pipe->stream == stream && !pipe->top_pipe && !pipe->prev_odm_pipe) in dc_stream_forward_crc_window()
588 if (pipe->stream == stream && !pipe->top_pipe && !pipe->prev_odm_pipe) in dc_stream_configure_crc()
1098 !dc->current_state->res_ctx.pipe_ctx[i].prev_odm_pipe) { in disable_dangling_plane()
1171 if (pipe->prev_odm_pipe) in disable_vbios_mode_if_required()
1383 || ctx->res_ctx.pipe_ctx[i].prev_odm_pipe) in program_timing_sync()
2205 if (cur_pipe->prev_odm_pipe) in dc_copy_state()
2206 cur_pipe->prev_odm_pipe = &new_ctx->res_ctx.pipe_ctx[cur_pipe->prev_odm_pipe->pipe_idx]; in dc_copy_state()
3160 if (!pipe_ctx->top_pipe && !pipe_ctx->prev_odm_pipe && pipe_ctx->stream == stream) { in commit_planes_do_stream_update()
3399 !pipe_ctx->prev_odm_pipe && in commit_planes_for_stream()
3572 !pipe_ctx->prev_odm_pipe && in commit_planes_for_stream()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn32/
A Ddcn32_fpu.c1399 context->res_ctx.pipe_ctx[i].prev_odm_pipe == NULL) { in dcn32_calculate_dlg_params()
1552 sec_pipe->next_odm_pipe->prev_odm_pipe = sec_pipe; in dcn32_split_stream_for_mpc_or_odm()
1563 sec_pipe->prev_odm_pipe = pri_pipe; in dcn32_split_stream_for_mpc_or_odm()
1695 if (pipe->prev_odm_pipe) { in dcn32_internal_validate_bw()
1697 pipe->prev_odm_pipe->next_odm_pipe = pipe->next_odm_pipe; in dcn32_internal_validate_bw()
1699 pipe->next_odm_pipe->prev_odm_pipe = pipe->prev_odm_pipe; in dcn32_internal_validate_bw()
1710 if (pipe->prev_odm_pipe->bottom_pipe) { in dcn32_internal_validate_bw()
1712 pipe->bottom_pipe->top_pipe = pipe->prev_odm_pipe->bottom_pipe; in dcn32_internal_validate_bw()
1716 pipe->bottom_pipe->top_pipe = pipe->prev_odm_pipe; in dcn32_internal_validate_bw()
1717 pipe->prev_odm_pipe->bottom_pipe = pipe->bottom_pipe; in dcn32_internal_validate_bw()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn314/
A Ddcn314_hwseq.c164 for (odm_pipe = pipe_ctx; odm_pipe->prev_odm_pipe; odm_pipe = odm_pipe->prev_odm_pipe) in get_odm_config()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_resource.c1565 sec_pipe->next_odm_pipe->prev_odm_pipe = sec_pipe; in dcn30_split_stream_for_mpc_or_odm()
1576 sec_pipe->prev_odm_pipe = pri_pipe; in dcn30_split_stream_for_mpc_or_odm()
1619 && dc->current_state->res_ctx.pipe_ctx[i].prev_odm_pipe == NULL) { in dcn30_find_split_pipe()
1748 if (pipe->prev_odm_pipe) { in dcn30_internal_validate_bw()
1750 pipe->prev_odm_pipe->next_odm_pipe = pipe->next_odm_pipe; in dcn30_internal_validate_bw()
1752 pipe->next_odm_pipe->prev_odm_pipe = pipe->prev_odm_pipe; in dcn30_internal_validate_bw()
1759 pipe->prev_odm_pipe = NULL; in dcn30_internal_validate_bw()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn21/
A Ddcn21_hwseq.c241 (pipe_ctx->prev_odm_pipe == NULL && pipe_ctx->next_odm_pipe == NULL)) in dcn21_is_abm_supported()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/
A Dcore_types.h415 struct pipe_ctx *prev_odm_pipe; member
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/
A Ddc_dmub_srv.c530 if (!pipe->stream || !pipe->plane_state || pipe->top_pipe || pipe->prev_odm_pipe) in populate_subvp_cmd_vblank_pipe_info()
732 if (pipe->plane_state && !pipe->top_pipe && !pipe->prev_odm_pipe && in dc_dmub_setup_subvp_dmub_command()
750 !pipe->top_pipe && !pipe->prev_odm_pipe && in dc_dmub_setup_subvp_dmub_command()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn20/
A Ddcn20_fpu.c1331 } else if (res_ctx->pipe_ctx[i].prev_odm_pipe) { in dcn20_populate_dml_pipes_from_context()
1332 struct pipe_ctx *first_pipe = res_ctx->pipe_ctx[i].prev_odm_pipe; in dcn20_populate_dml_pipes_from_context()
1334 while (first_pipe->prev_odm_pipe) in dcn20_populate_dml_pipes_from_context()
1335 first_pipe = first_pipe->prev_odm_pipe; in dcn20_populate_dml_pipes_from_context()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_hwseq.c611 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe) in dcn31_reset_hw_ctx_wrap()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/
A Ddcn316_clk_mgr.c123 if (pipe->top_pipe || pipe->prev_odm_pipe) in dcn316_disable_otg_wa()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_hw_sequencer.c888 …for (other_pipe = pipe->prev_odm_pipe; other_pipe != NULL; other_pipe = other_pipe->prev_odm_pipe)… in calculate_vready_offset_for_group()
3021 !pipe_ctx->prev_odm_pipe && in dcn10_post_unlock_program_front_end()
3433 (pipe_ctx->prev_odm_pipe != NULL); in dcn10_set_cursor_position()
3593 pipe_ctx->prev_odm_pipe->plane_res.scl_data.viewport.y; in dcn10_set_cursor_position()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/accessories/
A Dlink_dp_cts.c676 if (pipes[i].stream->link == link && !pipes[i].top_pipe && !pipes[i].prev_odm_pipe) { in dc_link_dp_set_test_pattern()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/
A Ddcn315_clk_mgr.c108 if (pipe->top_pipe || pipe->prev_odm_pipe) in dcn315_disable_otg_wa()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
A Ddcn31_clk_mgr.c116 if (pipe->top_pipe || pipe->prev_odm_pipe) in dcn31_disable_otg_wa()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_helpers.c1028 !pipes[i].prev_odm_pipe) { in dm_helpers_dp_handle_test_pattern_request()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
A Ddcn314_clk_mgr.c137 if (pipe->top_pipe || pipe->prev_odm_pipe) in dcn314_disable_otg_wa()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/
A Dlink_dpms.c187 pipe->prev_odm_pipe == NULL); in is_master_pipe_for_link()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_hw_sequencer.c2284 if (pipe_ctx->top_pipe || pipe_ctx->prev_odm_pipe) in dce110_apply_ctx_to_hw()

Completed in 84 milliseconds