Searched refs:otg_master_pipe (Results 1 – 4 of 4) sorted by relevance
| /drivers/gpu/drm/amd/display/dc/core/ |
| A D | dc_state.c | 470 struct pipe_ctx *otg_master_pipe; in dc_state_add_plane() local 477 otg_master_pipe = resource_get_otg_master_for_stream( in dc_state_add_plane() 486 } else if (!otg_master_pipe) { in dc_state_add_plane() 491 dc->current_state, pool, otg_master_pipe, plane_state); in dc_state_add_plane() 501 otg_master_pipe, plane_state); in dc_state_add_plane() 506 odm_slice_count = resource_get_odm_slice_count(otg_master_pipe); in dc_state_add_plane() 514 otg_master_pipe, plane_state); in dc_state_add_plane()
|
| A D | dc_resource.c | 2920 struct pipe_ctx *opp_head_pipe = otg_master_pipe; in add_plane_to_opp_head_pipes() 2966 struct pipe_ctx *otg_master_pipe, in acquire_secondary_dpp_pipes_and_add_plane() argument 3017 struct pipe_ctx *otg_master_pipe, in resource_append_dpp_pipes_for_plane_composition() argument 3022 if (otg_master_pipe->plane_state == NULL) in resource_append_dpp_pipes_for_plane_composition() 3023 success = add_plane_to_opp_head_pipes(otg_master_pipe, in resource_append_dpp_pipes_for_plane_composition() 3027 otg_master_pipe, plane_state, new_ctx, in resource_append_dpp_pipes_for_plane_composition() 3108 struct pipe_ctx *otg_master_pipe, in acquire_pipes_and_add_odm_slice() argument 3113 struct pipe_ctx *last_opp_head = get_last_opp_head(otg_master_pipe); in acquire_pipes_and_add_odm_slice() 3124 otg_master_pipe); in acquire_pipes_and_add_odm_slice() 3188 struct pipe_ctx *otg_master_pipe, in release_pipes_and_remove_odm_slice() argument [all …]
|
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/ |
| A D | dml21_utils.c | 121 …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 122 if (otg_master_pipe != NULL) in dml21_find_dc_pipes_for_plane() 123 …num_pipes = dml_ctx->config.callbacks.get_opp_heads_for_otg_master(otg_master_pipe, &context->res_… in dml21_find_dc_pipes_for_plane()
|
| /drivers/gpu/drm/amd/display/dc/inc/ |
| A D | resource.h | 313 struct pipe_ctx *otg_master_pipe,
|
Completed in 19 milliseconds