Searched refs:existing_state (Results 1 – 1 of 1) sorted by relevance
247 static unsigned int find_preferred_pipe_candidates(const struct dc_state *existing_state, in find_preferred_pipe_candidates() argument269 if (existing_state) { in find_preferred_pipe_candidates()271 …if (existing_state->res_ctx.pipe_ctx[i].stream && existing_state->res_ctx.pipe_ctx[i].stream->stre… in find_preferred_pipe_candidates()273 resource_is_pipe_type(&existing_state->res_ctx.pipe_ctx[i], DPP_PIPE) ? in find_preferred_pipe_candidates()274 resource_get_primary_dpp_pipe(&existing_state->res_ctx.pipe_ctx[i]) : in find_preferred_pipe_candidates()280 if (existing_state->res_ctx.pipe_ctx[i].plane_res.hubp && in find_preferred_pipe_candidates()281 existing_state->res_ctx.pipe_ctx[i].plane_res.hubp->opp_id != i && in find_preferred_pipe_candidates()282 (existing_state->res_ctx.pipe_ctx[i].prev_odm_pipe || in find_preferred_pipe_candidates()283 existing_state->res_ctx.pipe_ctx[i].next_odm_pipe)) in find_preferred_pipe_candidates()294 static unsigned int find_last_resort_pipe_candidates(const struct dc_state *existing_state, in find_last_resort_pipe_candidates() argument[all …]