Searched refs:existing_state (Results 1 – 2 of 2) sorted by relevance
243 static unsigned int find_preferred_pipe_candidates(const struct dc_state *existing_state, in find_preferred_pipe_candidates() argument262 if (existing_state) { in find_preferred_pipe_candidates()264 …if (existing_state->res_ctx.pipe_ctx[i].stream && existing_state->res_ctx.pipe_ctx[i].stream->stre… in find_preferred_pipe_candidates()265 if (existing_state->res_ctx.pipe_ctx[i].plane_res.hubp && in find_preferred_pipe_candidates()266 existing_state->res_ctx.pipe_ctx[i].plane_res.hubp->opp_id != i) in find_preferred_pipe_candidates()277 static unsigned int find_last_resort_pipe_candidates(const struct dc_state *existing_state, in find_last_resort_pipe_candidates() argument293 if (existing_state) { in find_last_resort_pipe_candidates()295 if ((existing_state->res_ctx.pipe_ctx[i].plane_res.hubp && in find_last_resort_pipe_candidates()296 existing_state->res_ctx.pipe_ctx[i].plane_res.hubp->opp_id != i) || in find_last_resort_pipe_candidates()297 existing_state->res_ctx.pipe_ctx[i].stream_res.tg) in find_last_resort_pipe_candidates()[all …]
50 …_st *disp_cfg, struct dml2_dml_to_dc_pipe_mapping *mapping, const struct dc_state *existing_state);