Searched refs:mcache_allocation (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| H 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 …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/ |
| H 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 …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/ |
| H A D | dml21_wrapper.c | 176 …memcpy(&context->bw_ctx.bw.dcn.mcache_allocations[dml_prog_idx], &pln_prog->mcache_allocation, siz… in dml21_calculate_rq_and_dlg_params() 179 &pln_prog->phantom_plane.mcache_allocation, in dml21_calculate_rq_and_dlg_params() 332 mcache_config->mcache_allocation = &context->bw_ctx.bw.dcn.mcache_allocations[dml_prog_idx]; in dml21_prepare_mcache_programming() 359 …mcache_config->mcache_allocation = &context->bw_ctx.bw.dcn.mcache_allocations[dml_phantom_prog_idx… in dml21_prepare_mcache_programming()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
| H A D | dml_top_types.h | 222 struct dml2_mcache_surface_allocation mcache_allocation; member 243 struct dml2_mcache_surface_allocation mcache_allocation; member
|
| H A D | dml_top_display_cfg_types.h | 500 const struct dml2_mcache_surface_allocation *mcache_allocation; member
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/ |
| H A D | dml2_internal_shared_types.h | 431 struct dml2_mcache_surface_allocation *mcache_allocation; member
|