Searched refs:mcache_params (Results 1 – 2 of 2) sorted by relevance
141 …ams(struct dml2_context *dml_ctx, struct dc_state *context, struct dc_mcache_params *mcache_params) in dml21_prepare_mcache_params() argument154 mcache_params[dc_plane_idx].valid = pln_prog->mcache_allocation.valid; in dml21_prepare_mcache_params()155 mcache_params[dc_plane_idx].num_mcaches_plane0 = pln_prog->mcache_allocation.num_mcaches_plane0; in dml21_prepare_mcache_params()156 mcache_params[dc_plane_idx].num_mcaches_plane1 = pln_prog->mcache_allocation.num_mcaches_plane1; in dml21_prepare_mcache_params()157 …mcache_params[dc_plane_idx].requires_dedicated_mall_mcache = pln_prog->mcache_allocation.requires_… in dml21_prepare_mcache_params()158 …mcache_params[dc_plane_idx].last_slice_sharing.plane0_plane1 = pln_prog->mcache_allocation.last_sl… in dml21_prepare_mcache_params()159 memcpy(mcache_params[dc_plane_idx].mcache_x_offsets_plane0, in dml21_prepare_mcache_params()162 memcpy(mcache_params[dc_plane_idx].mcache_x_offsets_plane1, in dml21_prepare_mcache_params()203 struct dc_mcache_params mcache_params[MAX_PLANES] = {0}; in dml21_mode_check_and_programming() local241 dml21_prepare_mcache_params(dml_ctx, context, mcache_params); in dml21_mode_check_and_programming()[all …]
5649 …l resource_allocate_mcache(struct dc_state *context, const struct dc_mcache_params *mcache_params) in resource_allocate_mcache() argument5652 context->clk_mgr->ctx->dc->res_pool->funcs->program_mcache_pipe_config(context, mcache_params); in resource_allocate_mcache()