Searched refs:mcache_allocation (Results 1 – 6 of 6) sorted by relevance
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| A D | dml2_core_dcn4.c | 328 memcpy(&programming->plane_programming[plane_index].mcache_allocation, in pack_mode_programming_params_with_implicit_subvp() 332 programming->plane_programming[plane_index].mcache_allocation.num_mcaches_plane1 - in pack_mode_programming_params_with_implicit_subvp() 375 memcpy(&programming->plane_programming[main_plane_index].phantom_plane.mcache_allocation, in pack_mode_programming_params_with_implicit_subvp() 376 &programming->plane_programming[main_plane_index].mcache_allocation, in pack_mode_programming_params_with_implicit_subvp() 598 memcpy(&in_out->programming->plane_programming[plane_index].mcache_allocation, in core_dcn4_mode_programming() 647 memset(in_out->mcache_allocation, 0, sizeof(struct dml2_mcache_surface_allocation)); in core_dcn4_calculate_mcache_allocation() 651 if (in_out->mcache_allocation->num_mcaches_plane0 > 0) in core_dcn4_calculate_mcache_allocation() 652 …in_out->mcache_allocation->mcache_x_offsets_plane0[in_out->mcache_allocation->num_mcaches_plane0 -… in core_dcn4_calculate_mcache_allocation() 654 if (in_out->mcache_allocation->num_mcaches_plane1 > 0) in core_dcn4_calculate_mcache_allocation() 655 …in_out->mcache_allocation->mcache_x_offsets_plane1[in_out->mcache_allocation->num_mcaches_plane1 -… in core_dcn4_calculate_mcache_allocation() [all …]
|
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/ |
| A D | dml21_wrapper.c | 140 …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 …]
|
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/ |
| A D | dml2_top_soc15.c | 750 l->calc_mcache_params.mcache_allocation = ¶ms->mcache_allocations[i]; in dml2_top_mcache_calc_mcache_count_and_offsets() 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() 1062 …params->mcache_configurations[config_index].mcache_allocation->mcache_x_offsets_plane0[first_offse… in dml2_top_soc15_build_mcache_programming() 1068 params->mcache_configurations[config_index].mcache_allocation->num_mcaches_plane1, in dml2_top_soc15_build_mcache_programming() 1079 …params->mcache_configurations[config_index].mcache_allocation->global_mcache_ids_plane1[first_offs… in dml2_top_soc15_build_mcache_programming() 1086 …params->mcache_configurations[config_index].mcache_allocation->global_mcache_ids_plane1[second_off… in dml2_top_soc15_build_mcache_programming() [all …]
|
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
| A D | dml_top_types.h | 224 struct dml2_mcache_surface_allocation mcache_allocation; member 245 struct dml2_mcache_surface_allocation mcache_allocation; member
|
| A D | dml_top_display_cfg_types.h | 503 const struct dml2_mcache_surface_allocation *mcache_allocation; member
|
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/ |
| A D | dml2_internal_shared_types.h | 439 struct dml2_mcache_surface_allocation *mcache_allocation; member
|
Completed in 24 milliseconds