Home
last modified time | relevance | path

Searched refs:num_mcaches_plane1 (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.c266 …mcache_allocations[plane_index].num_mcaches_plane1 == 0 ? 0 : params->mcache_allocations[plane_ind… in dml2_top_mcache_validate_admissability()
298 params->mcache_allocations[plane_index].num_mcaches_plane1, in dml2_top_mcache_validate_admissability()
309 for (i = 0; i < params->mcache_allocations[plane_index].num_mcaches_plane1; i++) { in dml2_top_mcache_validate_admissability()
391 params->mcache_configurations[config_index].mcache_allocation->num_mcaches_plane1, in dml2_top_mcache_build_mcache_programming()
439 for (j = 0; j < params->allocations[i].num_mcaches_plane1; j++) { in dml2_top_mcache_assign_global_mcache_ids()
446 params->allocations[i].global_mcache_ids_plane1[params->allocations[i].num_mcaches_plane1] = in dml2_top_mcache_assign_global_mcache_ids()
454 for (j = 0; j < params->allocations[i].num_mcaches_plane1; j++) { in dml2_top_mcache_assign_global_mcache_ids()
461 params->allocations[i].global_mcache_ids_mall_plane1[params->allocations[i].num_mcaches_plane1] = 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()
470 params->allocations[i].global_mcache_ids_plane1[params->allocations[i].num_mcaches_plane1 - 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.h128 unsigned int num_mcaches_plane1; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4.c643 if (in_out->mcache_allocation->num_mcaches_plane1 > 0) in core_dcn4_calculate_mcache_allocation()
644 …in_out->mcache_allocation->mcache_x_offsets_plane1[in_out->mcache_allocation->num_mcaches_plane1 -… in core_dcn4_calculate_mcache_allocation()
H A Ddml2_core_shared.c11989 out->num_mcaches_plane1 = mode_lib->ms.num_mcaches_c[plane_idx]; in dml2_core_shared_get_mcache_allocation()
11996 for (n = 0; n < out->num_mcaches_plane1; n++) in dml2_core_shared_get_mcache_allocation()
12388 …out->informative.non_optimized_mcache_allocation[k].num_mcaches_plane1 = mode_lib->ms.num_mcaches_… in dml2_core_shared_get_informative()
12391 for (n = 0; n < out->informative.non_optimized_mcache_allocation[k].num_mcaches_plane1; n++) { in dml2_core_shared_get_informative()