Searched refs:opp_head (Results 1 – 2 of 2) sorted by relevance
2154 const struct pipe_ctx *opp_head) in dcn20_acquire_free_pipe_for_layer() argument2157 struct pipe_ctx *otg_master = resource_get_otg_master_for_stream(res_ctx, opp_head->stream); in dcn20_acquire_free_pipe_for_layer()2165 sec_dpp_pipe->stream = opp_head->stream; in dcn20_acquire_free_pipe_for_layer()2166 sec_dpp_pipe->stream_res.tg = opp_head->stream_res.tg; in dcn20_acquire_free_pipe_for_layer()2167 sec_dpp_pipe->stream_res.opp = opp_head->stream_res.opp; in dcn20_acquire_free_pipe_for_layer()
1775 struct pipe_ctx *opp_head = (struct pipe_ctx *) pipe_ctx; in resource_get_opp_head() local1777 ASSERT(!resource_is_pipe_type(opp_head, FREE_PIPE)); in resource_get_opp_head()1778 while (opp_head->top_pipe) in resource_get_opp_head()1779 opp_head = opp_head->top_pipe; in resource_get_opp_head()1780 return opp_head; in resource_get_opp_head()