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.c1830 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
1834 while (cur_sec_opp_head) { in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master()
1835 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()
1837 free_pipe_idx = cur_sec_opp_head->pipe_idx; in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master()
1840 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()