Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1467 * @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 Ddcn20_resource.h144 struct pipe_ctx *prev_odm_pipe,
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_dc_resource_mgmt.c52 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 Ddml2_mall_phantom.c53 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 Ddml2_utils.c350 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 Ddcn32_resource_helpers.c119 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 Ddc_resource.c1933 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 Ddc_state.c160 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 Ddc.c577 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 Ddcn401_hwseq.c1077 (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 Ddcn314_hwseq.c155 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 Ddcn32_fpu.c628 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 Ddcn30_resource.c1544 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 Ddcn21_hwseq.c297 (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 Dcore_types.h471 struct pipe_ctx *prev_odm_pipe; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c1112 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 Ddcn10_hwseq.c115 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 Ddcn316_clk_mgr.c113 if (pipe->top_pipe || pipe->prev_odm_pipe) in dcn316_disable_otg_wa()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_utils.c173 dc_pipe->prev_odm_pipe == NULL) { in dml21_populate_mall_allocation_size()
H A Ddml21_translation_helper.c827 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 Ddcn20_fpu.c1443 } 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 Ddcn31_hwseq.c615 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 Ddcn315_clk_mgr.c108 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 Ddcn314_clk_mgr.c159 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 Ddcn35_clk_mgr.c211 if (pipe->top_pipe || pipe->prev_odm_pipe) in dcn35_disable_otg_wa()

12