Searched refs:dc_pipe (Results 1 – 1 of 1) sorted by relevance
166 struct pipe_ctx *dc_pipe) in dml21_populate_mall_allocation_size() argument171 if (dc_pipe->stream && dc_pipe->plane_state && in dml21_populate_mall_allocation_size()172 (dc_pipe->top_pipe == NULL || in dml21_populate_mall_allocation_size()173 dc_pipe->plane_state != dc_pipe->top_pipe->plane_state) && in dml21_populate_mall_allocation_size()174 dc_pipe->prev_odm_pipe == NULL) { in dml21_populate_mall_allocation_size()176 if (in_ctx->config.svp_pstate.callbacks.get_pipe_subvp_type(context, dc_pipe) != SUBVP_PHANTOM) { in dml21_populate_mall_allocation_size()177 dc_pipe->surface_size_in_mall_bytes = pln_prog->surface_size_mall_bytes; in dml21_populate_mall_allocation_size()178 context->bw_ctx.bw.dcn.mall_ss_size_bytes += dc_pipe->surface_size_in_mall_bytes; in dml21_populate_mall_allocation_size()181 dc_pipe->surface_size_in_mall_bytes = pln_prog->svp_size_mall_bytes; in dml21_populate_mall_allocation_size()182 context->bw_ctx.bw.dcn.mall_subvp_size_bytes += dc_pipe->surface_size_in_mall_bytes; in dml21_populate_mall_allocation_size()