Searched refs:mcache_params (Results 1 – 4 of 4) sorted by relevance
175 …ams(struct dml2_context *dml_ctx, struct dc_state *context, struct dc_mcache_params *mcache_params) in dml21_prepare_mcache_params() argument188 mcache_params[dc_plane_idx].valid = pln_prog->mcache_allocation.valid; in dml21_prepare_mcache_params()189 mcache_params[dc_plane_idx].num_mcaches_plane0 = pln_prog->mcache_allocation.num_mcaches_plane0; in dml21_prepare_mcache_params()190 mcache_params[dc_plane_idx].num_mcaches_plane1 = pln_prog->mcache_allocation.num_mcaches_plane1; in dml21_prepare_mcache_params()191 …mcache_params[dc_plane_idx].requires_dedicated_mall_mcache = pln_prog->mcache_allocation.requires_… in dml21_prepare_mcache_params()192 …mcache_params[dc_plane_idx].last_slice_sharing.plane0_plane1 = pln_prog->mcache_allocation.last_sl… in dml21_prepare_mcache_params()193 memcpy(mcache_params[dc_plane_idx].mcache_x_offsets_plane0, in dml21_prepare_mcache_params()196 memcpy(mcache_params[dc_plane_idx].mcache_x_offsets_plane1, in dml21_prepare_mcache_params()208 struct dc_mcache_params mcache_params[MAX_PLANES] = {0}; in dml21_mode_check_and_programming() local246 dml21_prepare_mcache_params(dml_ctx, context, mcache_params); in dml21_mode_check_and_programming()[all …]
111 bool (*allocate_mcache)(struct dc_state *context, const struct dc_mcache_params *mcache_params);
227 const struct dc_mcache_params *mcache_params);
5530 …l resource_allocate_mcache(struct dc_state *context, const struct dc_mcache_params *mcache_params) in resource_allocate_mcache() argument5533 context->clk_mgr->ctx->dc->res_pool->funcs->program_mcache_pipe_config(context, mcache_params); in resource_allocate_mcache()
Completed in 22 milliseconds