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() argument265 if (existing_state) { in find_preferred_pipe_candidates()267 …if (existing_state->res_ctx.pipe_ctx[i].stream && existing_state->res_ctx.pipe_ctx[i].stream->stre… in find_preferred_pipe_candidates()269 resource_is_pipe_type(&existing_state->res_ctx.pipe_ctx[i], DPP_PIPE) ? in find_preferred_pipe_candidates()270 resource_get_primary_dpp_pipe(&existing_state->res_ctx.pipe_ctx[i]) : in find_preferred_pipe_candidates()276 if (existing_state->res_ctx.pipe_ctx[i].plane_res.hubp && in find_preferred_pipe_candidates()277 existing_state->res_ctx.pipe_ctx[i].plane_res.hubp->opp_id != i && in find_preferred_pipe_candidates()278 (existing_state->res_ctx.pipe_ctx[i].prev_odm_pipe || in find_preferred_pipe_candidates()279 existing_state->res_ctx.pipe_ctx[i].next_odm_pipe)) in find_preferred_pipe_candidates()290 static unsigned int find_last_resort_pipe_candidates(const struct dc_state *existing_state, in find_last_resort_pipe_candidates() argument[all …]
50 …_st *disp_cfg, struct dml2_dml_to_dc_pipe_mapping *mapping, const struct dc_state *existing_state);