Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1808 unsigned int *num_mcaches; member
H A Ddml2_core_shared.c5010 *p->num_mcaches = 0; in calculate_mcache_row_bytes()
5090 …*p->num_mcaches = (unsigned int)math_ceil2((double)*p->mcache_row_bytes / p->mcache_size_bytes, 1); in calculate_mcache_row_bytes()
5095 DML2_ASSERT(*p->num_mcaches > 0); in calculate_mcache_row_bytes()
5106 dml2_printf("DML::%s: num_mcaches = %u\n", __func__, *p->num_mcaches); in calculate_mcache_row_bytes()
5114 dml2_printf("DML::%s: num_mcaches = %u\n", __func__, *p->num_mcaches); in calculate_mcache_row_bytes()
5167 l->l_p.num_mcaches = p->num_mcaches_l; in calculate_mcache_setting()
5202 l->c_p.num_mcaches = p->num_mcaches_c; in calculate_mcache_setting()