Home
last modified time | relevance | path

Searched refs:mcache_params (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/
H A Ddml21_wrapper_fpu.c141 …ams(struct dml2_context *dml_ctx, struct dc_state *context, struct dc_mcache_params *mcache_params) in dml21_prepare_mcache_params() argument
154 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()
157mcache_params[dc_plane_idx].requires_dedicated_mall_mcache = pln_prog->mcache_allocation.requires_… in dml21_prepare_mcache_params()
158mcache_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() local
241 dml21_prepare_mcache_params(dml_ctx, context, mcache_params); in dml21_mode_check_and_programming()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c5649 …l resource_allocate_mcache(struct dc_state *context, const struct dc_mcache_params *mcache_params) in resource_allocate_mcache() argument
5652 context->clk_mgr->ctx->dc->res_pool->funcs->program_mcache_pipe_config(context, mcache_params); in resource_allocate_mcache()