Searched refs:opp_head (Results 1 – 3 of 3) sorted by relevance
1917 struct pipe_ctx *opp_head = &res_ctx->pipe_ctx[otg_master->pipe_idx]; in resource_get_opp_heads_for_otg_master() local1930 while (opp_head) { in resource_get_opp_heads_for_otg_master()1932 opp_heads[i++] = opp_head; in resource_get_opp_heads_for_otg_master()1933 opp_head = opp_head->next_odm_pipe; in resource_get_opp_heads_for_otg_master()1938 int resource_get_dpp_pipes_for_opp_head(const struct pipe_ctx *opp_head, in resource_get_dpp_pipes_for_opp_head() argument1942 struct pipe_ctx *pipe = &res_ctx->pipe_ctx[opp_head->pipe_idx]; in resource_get_dpp_pipes_for_opp_head()1945 if (!resource_is_pipe_type(opp_head, OPP_HEAD)) { in resource_get_dpp_pipes_for_opp_head()1999 struct pipe_ctx *opp_head = (struct pipe_ctx *) pipe_ctx; in resource_get_opp_head() local2001 ASSERT(!resource_is_pipe_type(opp_head, FREE_PIPE)); in resource_get_opp_head()2002 while (opp_head->top_pipe) in resource_get_opp_head()[all …]
995 struct pipe_ctx *opp_head; in hwss_wait_for_all_blank_complete() local1003 opp_head = &context->res_ctx.pipe_ctx[i]; in hwss_wait_for_all_blank_complete()1005 if (!resource_is_pipe_type(opp_head, OPP_HEAD) || in hwss_wait_for_all_blank_complete()1006 dc_state_get_pipe_subvp_type(context, opp_head) == SUBVP_PHANTOM) in hwss_wait_for_all_blank_complete()1009 hws->funcs.wait_for_blank_complete(opp_head->stream_res.opp); in hwss_wait_for_all_blank_complete()
388 int resource_get_dpp_pipes_for_opp_head(const struct pipe_ctx *opp_head,443 int resource_get_odm_slice_index(const struct pipe_ctx *opp_head);