Home
last modified time | relevance | path

Searched refs:otg_master_pipe (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/
H A Ddml21_utils.c122 …struct pipe_ctx *otg_master_pipe = dml_ctx->config.callbacks.get_otg_master_for_stream(&context->r… in dml21_find_dc_pipes_for_plane() local
123 if (otg_master_pipe != NULL) in dml21_find_dc_pipes_for_plane()
124 …num_pipes = dml_ctx->config.callbacks.get_opp_heads_for_otg_master(otg_master_pipe, &context->res_… in dml21_find_dc_pipes_for_plane()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c3026 static bool add_plane_to_opp_head_pipes(struct pipe_ctx *otg_master_pipe, in add_plane_to_opp_head_pipes() argument
3031 struct pipe_ctx *opp_head_pipe = otg_master_pipe; in add_plane_to_opp_head_pipes()
3077 struct pipe_ctx *otg_master_pipe, in acquire_secondary_dpp_pipes_and_add_plane() argument
3093 opp_head_count = resource_get_opp_heads_for_otg_master(otg_master_pipe, in acquire_secondary_dpp_pipes_and_add_plane()
3128 struct pipe_ctx *otg_master_pipe, in resource_append_dpp_pipes_for_plane_composition() argument
3133 if (otg_master_pipe->plane_state == NULL) in resource_append_dpp_pipes_for_plane_composition()
3134 success = add_plane_to_opp_head_pipes(otg_master_pipe, in resource_append_dpp_pipes_for_plane_composition()
3138 otg_master_pipe, plane_state, new_ctx, in resource_append_dpp_pipes_for_plane_composition()
3219 struct pipe_ctx *otg_master_pipe, in acquire_pipes_and_add_odm_slice() argument
3224 struct pipe_ctx *last_opp_head = get_last_opp_head(otg_master_pipe); in acquire_pipes_and_add_odm_slice()
[all …]