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.c442 memcpy(&programming->plane_programming[plane_index].mcache_allocation, in pack_mode_programming_params_with_implicit_subvp()
445 …total_main_mcaches_required += programming->plane_programming[plane_index].mcache_allocation.num_m… in pack_mode_programming_params_with_implicit_subvp()
446 programming->plane_programming[plane_index].mcache_allocation.num_mcaches_plane1 - in pack_mode_programming_params_with_implicit_subvp()
447 …(programming->plane_programming[plane_index].mcache_allocation.last_slice_sharing.plane0_plane1 ? … in pack_mode_programming_params_with_implicit_subvp()
489 memcpy(&programming->plane_programming[main_plane_index].phantom_plane.mcache_allocation, in pack_mode_programming_params_with_implicit_subvp()
490 &programming->plane_programming[main_plane_index].mcache_allocation, in pack_mode_programming_params_with_implicit_subvp()
492 …ex < programming->plane_programming[main_plane_index].phantom_plane.mcache_allocation.num_mcaches_… in pack_mode_programming_params_with_implicit_subvp()
493 …programming->plane_programming[main_plane_index].phantom_plane.mcache_allocation.global_mcache_ids… in pack_mode_programming_params_with_implicit_subvp()
494 …programming->plane_programming[main_plane_index].phantom_plane.mcache_allocation.global_mcache_ids… in pack_mode_programming_params_with_implicit_subvp()
495 …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_fpu.c106 …memcpy(&context->bw_ctx.bw.dcn.mcache_allocations[dml_prog_idx], &pln_prog->mcache_allocation, siz… in dml21_calculate_rq_and_dlg_params()
109 &pln_prog->phantom_plane.mcache_allocation, in dml21_calculate_rq_and_dlg_params()
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()
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()
160 pln_prog->mcache_allocation.mcache_x_offsets_plane0, in dml21_prepare_mcache_params()
163 pln_prog->mcache_allocation.mcache_x_offsets_plane1, in dml21_prepare_mcache_params()
301 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.c752 l->calc_mcache_params.mcache_allocation = &params->mcache_allocations[i]; in dml2_top_mcache_calc_mcache_count_and_offsets()
1038 …_first_second_splitting(params->mcache_configurations[config_index].mcache_allocation->mcache_x_of… in dml2_top_soc15_build_mcache_programming()
1039 params->mcache_configurations[config_index].mcache_allocation->num_mcaches_plane0, in dml2_top_soc15_build_mcache_programming()
1050 …params->mcache_configurations[config_index].mcache_allocation->global_mcache_ids_plane0[first_offs… in dml2_top_soc15_build_mcache_programming()
1053 …params->mcache_configurations[config_index].mcache_allocation->global_mcache_ids_mall_plane0[first… in dml2_top_soc15_build_mcache_programming()
1057 …params->mcache_configurations[config_index].mcache_allocation->global_mcache_ids_plane0[second_off… in dml2_top_soc15_build_mcache_programming()
1059 …params->mcache_configurations[config_index].mcache_allocation->mcache_x_offsets_plane0[first_offse… in dml2_top_soc15_build_mcache_programming()
1062 …params->mcache_configurations[config_index].mcache_allocation->global_mcache_ids_mall_plane0[secon… in dml2_top_soc15_build_mcache_programming()
1064 …params->mcache_configurations[config_index].mcache_allocation->mcache_x_offsets_plane0[first_offse… in dml2_top_soc15_build_mcache_programming()
1069 …_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/inc/
H A Ddml_top_display_cfg_types.h520 const struct dml2_mcache_surface_allocation *mcache_allocation; member