Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dml2/dml21/
A Ddml21_wrapper.c175 …ams(struct dml2_context *dml_ctx, struct dc_state *context, struct dc_mcache_params *mcache_params) in dml21_prepare_mcache_params() argument
188 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()
191mcache_params[dc_plane_idx].requires_dedicated_mall_mcache = pln_prog->mcache_allocation.requires_… in dml21_prepare_mcache_params()
192mcache_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() local
246 dml21_prepare_mcache_params(dml_ctx, context, mcache_params); in dml21_mode_check_and_programming()
[all …]
/drivers/gpu/drm/amd/display/dc/dml2/
A Ddml2_wrapper.h111 bool (*allocate_mcache)(struct dc_state *context, const struct dc_mcache_params *mcache_params);
/drivers/gpu/drm/amd/display/dc/inc/
A Dcore_types.h227 const struct dc_mcache_params *mcache_params);
/drivers/gpu/drm/amd/display/dc/core/
A Ddc_resource.c5530 …l resource_allocate_mcache(struct dc_state *context, const struct dc_mcache_params *mcache_params) in resource_allocate_mcache() argument
5533 context->clk_mgr->ctx->dc->res_pool->funcs->program_mcache_pipe_config(context, mcache_params); in resource_allocate_mcache()

Completed in 22 milliseconds