Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/
H A Ddml_top_mcache.c261 …mcache_allocations[plane_index].num_mcaches_plane0 == 0 ? 0 : params->mcache_allocations[plane_ind… in dml2_top_mcache_validate_admissability()
287 params->mcache_allocations[plane_index].num_mcaches_plane0, in dml2_top_mcache_validate_admissability()
306 for (i = 0; i < params->mcache_allocations[plane_index].num_mcaches_plane0; i++) { in dml2_top_mcache_validate_admissability()
360 params->mcache_configurations[config_index].mcache_allocation->num_mcaches_plane0, in dml2_top_mcache_build_mcache_programming()
436 for (j = 0; j < params->allocations[i].num_mcaches_plane0; j++) { in dml2_top_mcache_assign_global_mcache_ids()
444 params->allocations[i].global_mcache_ids_plane0[params->allocations[i].num_mcaches_plane0] = in dml2_top_mcache_assign_global_mcache_ids()
451 for (j = 0; j < params->allocations[i].num_mcaches_plane0; j++) { in dml2_top_mcache_assign_global_mcache_ids()
459 params->allocations[i].global_mcache_ids_mall_plane0[params->allocations[i].num_mcaches_plane0] = in dml2_top_mcache_assign_global_mcache_ids()
468 …if (params->allocations[i].num_mcaches_plane0 > 0 && params->allocations[i].num_mcaches_plane1 > 0… in dml2_top_mcache_assign_global_mcache_ids()
471 params->allocations[i].global_mcache_ids_plane0[params->allocations[i].num_mcaches_plane0 - 1]; in dml2_top_mcache_assign_global_mcache_ids()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h127 unsigned int num_mcaches_plane0; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4.c640 if (in_out->mcache_allocation->num_mcaches_plane0 > 0) in core_dcn4_calculate_mcache_allocation()
641 …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_shared.c11988 out->num_mcaches_plane0 = mode_lib->ms.num_mcaches_l[plane_idx]; in dml2_core_shared_get_mcache_allocation()
11993 for (n = 0; n < out->num_mcaches_plane0; n++) in dml2_core_shared_get_mcache_allocation()
12380 …out->informative.non_optimized_mcache_allocation[k].num_mcaches_plane0 = mode_lib->ms.num_mcaches_… in dml2_core_shared_get_informative()
12383 for (n = 0; n < out->informative.non_optimized_mcache_allocation[k].num_mcaches_plane0; n++) { in dml2_core_shared_get_informative()