Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4.c329 memcpy(&programming->plane_programming[plane_index].mcache_allocation, in pack_mode_programming_params_with_implicit_subvp()
332 …total_main_mcaches_required += programming->plane_programming[plane_index].mcache_allocation.num_m… in pack_mode_programming_params_with_implicit_subvp()
333 programming->plane_programming[plane_index].mcache_allocation.num_mcaches_plane1 - in pack_mode_programming_params_with_implicit_subvp()
334 …(programming->plane_programming[plane_index].mcache_allocation.last_slice_sharing.plane0_plane1 ? … in pack_mode_programming_params_with_implicit_subvp()
376 memcpy(&programming->plane_programming[main_plane_index].phantom_plane.mcache_allocation, in pack_mode_programming_params_with_implicit_subvp()
377 &programming->plane_programming[main_plane_index].mcache_allocation, in pack_mode_programming_params_with_implicit_subvp()
379 …ex < programming->plane_programming[main_plane_index].phantom_plane.mcache_allocation.num_mcaches_… in pack_mode_programming_params_with_implicit_subvp()
380 …programming->plane_programming[main_plane_index].phantom_plane.mcache_allocation.global_mcache_ids… in pack_mode_programming_params_with_implicit_subvp()
381 …programming->plane_programming[main_plane_index].phantom_plane.mcache_allocation.global_mcache_ids… in pack_mode_programming_params_with_implicit_subvp()
382 …programming->plane_programming[main_plane_index].phantom_plane.mcache_allocation.global_mcache_ids… in pack_mode_programming_params_with_implicit_subvp()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/
H A Ddml21_wrapper.c140 …memcpy(&context->bw_ctx.bw.dcn.mcache_allocations[dml_prog_idx], &pln_prog->mcache_allocation, siz… in dml21_calculate_rq_and_dlg_params()
143 &pln_prog->phantom_plane.mcache_allocation, in dml21_calculate_rq_and_dlg_params()
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()
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()
194 pln_prog->mcache_allocation.mcache_x_offsets_plane0, in dml21_prepare_mcache_params()
197 pln_prog->mcache_allocation.mcache_x_offsets_plane1, in dml21_prepare_mcache_params()
335 mcache_config->mcache_allocation = &context->bw_ctx.bw.dcn.mcache_allocations[dml_prog_idx]; in dml21_prepare_mcache_programming()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_top/
H A Ddml2_top_soc15.c750 l->calc_mcache_params.mcache_allocation = &params->mcache_allocations[i]; in dml2_top_mcache_calc_mcache_count_and_offsets()
1036 …_first_second_splitting(params->mcache_configurations[config_index].mcache_allocation->mcache_x_of… in dml2_top_soc15_build_mcache_programming()
1037 params->mcache_configurations[config_index].mcache_allocation->num_mcaches_plane0, in dml2_top_soc15_build_mcache_programming()
1048 …params->mcache_configurations[config_index].mcache_allocation->global_mcache_ids_plane0[first_offs… in dml2_top_soc15_build_mcache_programming()
1051 …params->mcache_configurations[config_index].mcache_allocation->global_mcache_ids_mall_plane0[first… in dml2_top_soc15_build_mcache_programming()
1055 …params->mcache_configurations[config_index].mcache_allocation->global_mcache_ids_plane0[second_off… in dml2_top_soc15_build_mcache_programming()
1057 …params->mcache_configurations[config_index].mcache_allocation->mcache_x_offsets_plane0[first_offse… in dml2_top_soc15_build_mcache_programming()
1060 …params->mcache_configurations[config_index].mcache_allocation->global_mcache_ids_mall_plane0[secon… in dml2_top_soc15_build_mcache_programming()
1062 …params->mcache_configurations[config_index].mcache_allocation->mcache_x_offsets_plane0[first_offse… in dml2_top_soc15_build_mcache_programming()
1067 …_first_second_splitting(params->mcache_configurations[config_index].mcache_allocation->mcache_x_of… in dml2_top_soc15_build_mcache_programming()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/inc/
H A Ddml2_internal_shared_types.h455 struct dml2_mcache_surface_allocation *mcache_allocation; member