/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/ |
H A D | dcn20_resource.c | 1467 * @prev_odm_pipe: Reference to the previous ODM pipe 1481 struct pipe_ctx *prev_odm_pipe, in dcn20_split_stream_for_odm() argument 1487 *next_odm_pipe = *prev_odm_pipe; in dcn20_split_stream_for_odm() 1497 if (prev_odm_pipe->next_odm_pipe && prev_odm_pipe->next_odm_pipe != next_odm_pipe) { in dcn20_split_stream_for_odm() 1498 next_odm_pipe->next_odm_pipe = prev_odm_pipe->next_odm_pipe; in dcn20_split_stream_for_odm() 1499 next_odm_pipe->next_odm_pipe->prev_odm_pipe = next_odm_pipe; in dcn20_split_stream_for_odm() 1501 if (prev_odm_pipe->top_pipe && prev_odm_pipe->top_pipe->next_odm_pipe) { in dcn20_split_stream_for_odm() 1502 prev_odm_pipe in dcn20_split_stream_for_odm() [all...] |
H A D | dcn20_resource.h | 144 struct pipe_ctx *prev_odm_pipe,
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml2_dc_resource_mgmt.c | 52 struct pipe_ctx *prev_odm_pipe; member 115 if (!state->res_ctx.pipe_ctx[i].prev_odm_pipe && !state->res_ctx.pipe_ctx[i].top_pipe) in find_master_pipe_of_stream() 157 if (plane_id_assigned_to_pipe == plane_id && !pipe->prev_odm_pipe in find_pipes_assigned_to_plane() 278 (existing_state->res_ctx.pipe_ctx[i].prev_odm_pipe || in find_preferred_pipe_candidates() 550 if (scratch->mpc_info.prev_odm_pipe) in add_odm_slice_to_odm_tree() 551 scratch->mpc_info.prev_odm_pipe->next_odm_pipe = pipe; in add_odm_slice_to_odm_tree() 553 pipe->prev_odm_pipe = scratch->mpc_info.prev_odm_pipe; in add_odm_slice_to_odm_tree() 556 scratch->mpc_info.prev_odm_pipe = pipe; in add_odm_slice_to_odm_tree() 593 if (pipe->stream && pipe->stream->stream_id == stream_id && !pipe->top_pipe && !pipe->prev_odm_pipe) { in find_pipes_assigned_to_stream() [all...] |
H A D | dml2_mall_phantom.c | 53 if (pipe->stream && pipe->plane_state && !pipe->top_pipe && !pipe->prev_odm_pipe && in dml2_helper_calculate_num_ways_for_subvp() 112 if (pipe->prev_odm_pipe) { in merge_pipes_for_subvp() 114 pipe->prev_odm_pipe->next_odm_pipe = pipe->next_odm_pipe; in merge_pipes_for_subvp() 116 pipe->next_odm_pipe->prev_odm_pipe = pipe->prev_odm_pipe; in merge_pipes_for_subvp() 123 pipe->prev_odm_pipe = NULL; in merge_pipes_for_subvp() 453 if (!pipe->stream || !pipe->plane_state || pipe->top_pipe || pipe->prev_odm_pipe) in dml2_svp_drr_schedulable() 539 if (!pipe->stream || !pipe->plane_state || pipe->top_pipe || pipe->prev_odm_pipe) in subvp_vblank_schedulable()
|
H A D | dml2_utils.c | 350 context->res_ctx.pipe_ctx[dc_pipe_ctx_index].prev_odm_pipe == NULL) { in dml2_calculate_rq_and_dlg_params()
|
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
H A D | dcn32_resource_helpers.c | 119 if (pipe->prev_odm_pipe) { in dcn32_merge_pipes_for_subvp() 121 pipe->prev_odm_pipe->next_odm_pipe = pipe->next_odm_pipe; in dcn32_merge_pipes_for_subvp() 123 pipe->next_odm_pipe->prev_odm_pipe = pipe->prev_odm_pipe; in dcn32_merge_pipes_for_subvp() 130 pipe->prev_odm_pipe = NULL; in dcn32_merge_pipes_for_subvp()
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 1933 return !pipe_ctx->prev_odm_pipe && in resource_is_pipe_type() 2014 if (pipe->plane_state == plane && pipe->prev_odm_pipe == NULL) { in resource_get_dpp_pipes_for_plane() 2040 while (otg_master->prev_odm_pipe) in resource_get_otg_master() 2041 otg_master = otg_master->prev_odm_pipe; in resource_get_otg_master() 2060 while (pri_dpp_pipe->prev_odm_pipe) in resource_get_primary_dpp_pipe() 2061 pri_dpp_pipe = pri_dpp_pipe->prev_odm_pipe; in resource_get_primary_dpp_pipe() 2121 while (pipe_ctx->prev_odm_pipe) { in resource_get_odm_slice_index() 2123 pipe_ctx = pipe_ctx->prev_odm_pipe; in resource_get_odm_slice_index() 3002 if (tail_pipe->prev_odm_pipe) { in acquire_secondary_dpp_pipes_and_add_plane() 3003 ASSERT(tail_pipe->prev_odm_pipe in acquire_secondary_dpp_pipes_and_add_plane() [all...] |
H A D | dc_state.c | 160 if (cur_pipe->prev_odm_pipe) in dc_state_copy_internal() 161 cur_pipe->prev_odm_pipe = &dst_state->res_ctx.pipe_ctx[cur_pipe->prev_odm_pipe->pipe_idx]; in dc_state_copy_internal()
|
H A D | dc.c | 577 if (pipe->stream == stream && !pipe->top_pipe && !pipe->prev_odm_pipe) in dc_stream_forward_crc_window() 643 if (pipe->stream == stream && !pipe->top_pipe && !pipe->prev_odm_pipe) in dc_stream_forward_multiple_crc_window() 1327 !dc->current_state->res_ctx.pipe_ctx[i].prev_odm_pipe) { in disable_dangling_plane() 1420 if (pipe->prev_odm_pipe) in disable_vbios_mode_if_required() 1603 || ctx->res_ctx.pipe_ctx[i].prev_odm_pipe) in program_timing_sync() 4250 !pipe_ctx->prev_odm_pipe && in commit_planes_for_stream()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
H A D | dcn401_hwseq.c | 1077 (pipe_ctx->prev_odm_pipe != NULL); in dcn401_set_cursor_position() 1079 struct pipe_ctx *prev_odm_pipe = NULL; in dcn401_set_cursor_position() local 1140 prev_odm_pipe = pipe_ctx->prev_odm_pipe; in dcn401_set_cursor_position() 1142 while (prev_odm_pipe != NULL) { in dcn401_set_cursor_position() 1143 odm_slice_src = resource_get_odm_slice_src_rect(prev_odm_pipe); in dcn401_set_cursor_position() 1145 prev_odm_pipe = prev_odm_pipe->prev_odm_pipe; in dcn401_set_cursor_position() 1869 pipe_ctx->prev_odm_pipe in dcn401_reset_back_end_for_pipe() [all...] |
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn314/ |
H A D | dcn314_hwseq.c | 155 for (odm_pipe = pipe_ctx; odm_pipe->prev_odm_pipe; odm_pipe = odm_pipe->prev_odm_pipe) in get_odm_config() 411 if (pipe->top_pipe || pipe->prev_odm_pipe) in dcn314_resync_fifo_dccg_dio()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | dcn32_fpu.c | 628 if (pipe->plane_state && !pipe->top_pipe && !pipe->prev_odm_pipe && !dcn32_is_center_timing(pipe) && in dcn32_assign_subvp_pipe() 1744 context->res_ctx.pipe_ctx[i].prev_odm_pipe == NULL) { in dcn32_calculate_dlg_params() 1825 && dc->current_state->res_ctx.pipe_ctx[i].prev_odm_pipe == NULL) { in dcn32_find_split_pipe() 1898 sec_pipe->next_odm_pipe->prev_odm_pipe = sec_pipe; in dcn32_split_stream_for_mpc_or_odm() 1909 sec_pipe->prev_odm_pipe = pri_pipe; in dcn32_split_stream_for_mpc_or_odm() 1966 if (pipe->prev_odm_pipe) { in dcn32_apply_merge_split_flags_helper() 1968 pipe->prev_odm_pipe->next_odm_pipe = pipe->next_odm_pipe; in dcn32_apply_merge_split_flags_helper() 1970 pipe->next_odm_pipe->prev_odm_pipe = pipe->prev_odm_pipe; in dcn32_apply_merge_split_flags_helper() 1974 if (pipe->bottom_pipe->prev_odm_pipe || pip in dcn32_apply_merge_split_flags_helper() [all...] |
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/ |
H A D | dcn30_resource.c | 1544 sec_pipe->next_odm_pipe->prev_odm_pipe = sec_pipe; in dcn30_split_stream_for_mpc_or_odm() 1555 sec_pipe->prev_odm_pipe = pri_pipe; in dcn30_split_stream_for_mpc_or_odm() 1598 && dc->current_state->res_ctx.pipe_ctx[i].prev_odm_pipe == NULL) { in dcn30_find_split_pipe() 1729 if (pipe->prev_odm_pipe) { in dcn30_internal_validate_bw() 1731 pipe->prev_odm_pipe->next_odm_pipe = pipe->next_odm_pipe; in dcn30_internal_validate_bw() 1733 pipe->next_odm_pipe->prev_odm_pipe = pipe->prev_odm_pipe; in dcn30_internal_validate_bw() 1740 pipe->prev_odm_pipe = NULL; in dcn30_internal_validate_bw()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn21/ |
H A D | dcn21_hwseq.c | 297 (pipe_ctx->prev_odm_pipe == NULL && pipe_ctx->next_odm_pipe == NULL)) in dcn21_is_abm_supported()
|
/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | core_types.h | 471 struct pipe_ctx *prev_odm_pipe; member
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
H A D | dcn32_hwseq.c | 1112 for (odm_pipe = pipe_ctx; odm_pipe->prev_odm_pipe; odm_pipe = odm_pipe->prev_odm_pipe) in get_odm_config() 1550 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe) in dcn32_disable_phantom_streams() 1610 if (pipe_ctx->top_pipe || pipe_ctx->prev_odm_pipe) in dcn32_enable_phantom_streams()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
H A D | dcn10_hwseq.c | 115 if (pipe_ctx->prev_odm_pipe && in dcn10_wait_for_pipe_update_if_needed() 1135 for (other_pipe = pipe->prev_odm_pipe; other_pipe != NULL; other_pipe = other_pipe->prev_odm_pipe) { in calculate_vready_offset_for_group() 3257 !pipe_ctx->prev_odm_pipe && in dcn10_post_unlock_program_front_end() 3625 (pipe_ctx->prev_odm_pipe != NULL); in dcn10_set_cursor_position() 3785 pipe_ctx->prev_odm_pipe->plane_res.scl_data.viewport.y; in dcn10_set_cursor_position()
|
/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()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/ |
H A D | dml21_utils.c | 173 dc_pipe->prev_odm_pipe == NULL) { in dml21_populate_mall_allocation_size()
|
H A D | dml21_translation_helper.c | 827 if (pipe->plane_state == in && !pipe->prev_odm_pipe) { in get_scaler_data_for_plane()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
H A D | dcn20_fpu.c | 1443 } else if (res_ctx->pipe_ctx[i].prev_odm_pipe) { in dcn20_populate_dml_pipes_from_context() 1444 struct pipe_ctx *first_pipe = res_ctx->pipe_ctx[i].prev_odm_pipe; in dcn20_populate_dml_pipes_from_context() 1446 while (first_pipe->prev_odm_pipe) in dcn20_populate_dml_pipes_from_context() 1447 first_pipe = first_pipe->prev_odm_pipe; in dcn20_populate_dml_pipes_from_context()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/ |
H A D | dcn31_hwseq.c | 615 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe) in dcn31_reset_hw_ctx_wrap()
|
/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()
|
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/ |
H A D | dcn314_clk_mgr.c | 159 if (pipe->top_pipe || pipe->prev_odm_pipe) in dcn314_disable_otg_wa()
|
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/ |
H A D | dcn35_clk_mgr.c | 211 if (pipe->top_pipe || pipe->prev_odm_pipe) in dcn35_disable_otg_wa()
|