Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1726 const struct pipe_ctx *cur_sec_opp_head = cur_otg_master->next_odm_pipe; in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master() local
1730 while (cur_sec_opp_head) { in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master()
1731 new_pipe = &new_res_ctx->pipe_ctx[cur_sec_opp_head->pipe_idx]; in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master()
1733 free_pipe_idx = cur_sec_opp_head->pipe_idx; in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master()
1736 cur_sec_opp_head = cur_sec_opp_head->next_odm_pipe; in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master()