Home
last modified time | relevance | path

Searched refs:num_mcaches_plane0 (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/
H A Ddml2_top_soc15.c570 …mcache_allocations[plane_index].num_mcaches_plane0 == 0 ? 0 : params->mcache_allocations[plane_ind… in dml2_top_mcache_validate_admissability()
596 params->mcache_allocations[plane_index].num_mcaches_plane0, in dml2_top_mcache_validate_admissability()
615 for (i = 0; i < params->mcache_allocations[plane_index].num_mcaches_plane0; i++) { in dml2_top_mcache_validate_admissability()
660 for (j = 0; j < params->allocations[i].num_mcaches_plane0; j++) { in dml2_top_mcache_assign_global_mcache_ids()
668 params->allocations[i].global_mcache_ids_plane0[params->allocations[i].num_mcaches_plane0] = in dml2_top_mcache_assign_global_mcache_ids()
675 for (j = 0; j < params->allocations[i].num_mcaches_plane0; j++) { in dml2_top_mcache_assign_global_mcache_ids()
683 params->allocations[i].global_mcache_ids_mall_plane0[params->allocations[i].num_mcaches_plane0] = in dml2_top_mcache_assign_global_mcache_ids()
692 …if (params->allocations[i].num_mcaches_plane0 > 0 && params->allocations[i].num_mcaches_plane1 > 0… in dml2_top_mcache_assign_global_mcache_ids()
695 params->allocations[i].global_mcache_ids_plane0[params->allocations[i].num_mcaches_plane0 - 1]; in dml2_top_mcache_assign_global_mcache_ids()
708 params->allocations[i].global_mcache_ids_plane0[params->allocations[i].num_mcaches_plane0 - 1]; in dml2_top_mcache_assign_global_mcache_ids()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4.c331 …ches_required += programming->plane_programming[plane_index].mcache_allocation.num_mcaches_plane0 + in pack_mode_programming_params_with_implicit_subvp()
378 …lane_programming[main_plane_index].phantom_plane.mcache_allocation.num_mcaches_plane0; mcache_inde… in pack_mode_programming_params_with_implicit_subvp()
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()
H A Ddml2_core_dcn4_calcs.c287 dml_get_per_plane_var_func(num_mcaches_plane0, unsigned int, mode_lib->ms.num_mcaches_l);
12936 out->num_mcaches_plane0 = dml_get_plane_num_mcaches_plane0(mode_lib, plane_idx); in dml2_core_calcs_get_mcache_allocation()
12941 for (n = 0; n < out->num_mcaches_plane0; n++) in dml2_core_calcs_get_mcache_allocation()
13333 …out->informative.non_optimized_mcache_allocation[k].num_mcaches_plane0 = dml_get_plane_num_mcaches… in dml2_core_calcs_get_informative()
13336 for (n = 0; n < out->informative.non_optimized_mcache_allocation[k].num_mcaches_plane0; n++) { in dml2_core_calcs_get_informative()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h116 unsigned int num_mcaches_plane0; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn4_fams2.c1096 mcaches_per_plane += display_config->stage2.mcache_allocations[i].num_mcaches_plane0 + in all_timings_support_svp()