Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
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()
282 (existing_state->res_ctx.pipe_ctx[i].prev_odm_pipe || in find_preferred_pipe_candidates()
560 if (scratch->mpc_info.prev_odm_pipe) in add_odm_slice_to_odm_tree()
561 scratch->mpc_info.prev_odm_pipe->next_odm_pipe = pipe; in add_odm_slice_to_odm_tree()
563 pipe->prev_odm_pipe = scratch->mpc_info.prev_odm_pipe; in add_odm_slice_to_odm_tree()
566 scratch->mpc_info.prev_odm_pipe = pipe; in add_odm_slice_to_odm_tree()
605 …(pipe->stream && pipe->stream->stream_id == stream_id && !pipe->top_pipe && !pipe->prev_odm_pipe) { in find_pipes_assigned_to_stream()
1139 scratch.mpc_info.prev_odm_pipe = NULL; in dml2_map_dc_pipes()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
H A Ddcn31_clk_mgr.c125 if (pipe->top_pipe || pipe->prev_odm_pipe) in dcn31_disable_otg_wa()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c538 if (pipe->stream == stream && !pipe->top_pipe && !pipe->prev_odm_pipe) in dc_stream_forward_crc_window()
604 if (pipe->stream == stream && !pipe->top_pipe && !pipe->prev_odm_pipe) in dc_stream_forward_multiple_crc_window()
1431 !dc->current_state->res_ctx.pipe_ctx[i].prev_odm_pipe) { in disable_dangling_plane()
1524 if (pipe->prev_odm_pipe) in disable_vbios_mode_if_required()
1706 || ctx->res_ctx.pipe_ctx[i].prev_odm_pipe) in program_timing_sync()
4080 while (top_pipe->prev_odm_pipe) in add_link_update_dsc_config_sequence()
4081 top_pipe = top_pipe->prev_odm_pipe; in add_link_update_dsc_config_sequence()
5085 !pipe_ctx->prev_odm_pipe && in commit_planes_for_stream()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
H A Ddcn314_clk_mgr.c162 if (pipe->top_pipe || pipe->prev_odm_pipe) in dcn314_disable_otg_wa()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c1503 !pipes[i].prev_odm_pipe) { in dm_helpers_dp_handle_test_pattern_request()
/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()