Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/
Ddml_top_mcache.c509 unsigned int total_mcaches_required; in dml2_top_mcache_calc_mcache_count_and_offsets() local
517 total_mcaches_required = 0; in dml2_top_mcache_calc_mcache_count_and_offsets()
535total_mcaches_required += params->mcache_allocations[i].num_mcaches_plane0 + params->mcache_alloca… in dml2_top_mcache_calc_mcache_count_and_offsets()
537 total_mcaches_required--; in dml2_top_mcache_calc_mcache_count_and_offsets()
540 …f("DML_CORE_DCN3::%s: plane_%d, total_mcaches_required=%d\n", __func__, i, total_mcaches_required); in dml2_top_mcache_calc_mcache_count_and_offsets()
542 if (total_mcaches_required > dml->soc_bbox.num_dcc_mcaches) { in dml2_top_mcache_calc_mcache_count_and_offsets()