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_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c2010 *p->num_mcaches = 0; in dcn5_calculate_mcache_row_bytes()
2090 …*p->num_mcaches = (unsigned int)math_ceil2((double)*p->mcache_row_bytes_per_channel / p->mcache_si… in dcn5_calculate_mcache_row_bytes()
2109 DML_LOG_VERBOSE("DML::%s: num_mcaches = %u\n", __func__, *p->num_mcaches); in dcn5_calculate_mcache_row_bytes()
2110 DML_ASSERT(*p->num_mcaches > 0); in dcn5_calculate_mcache_row_bytes()
2164 l->l_p.num_mcaches = p->num_mcaches_l; in dcn5_calculate_mcache_setting()
2200 l->c_p.num_mcaches = p->num_mcaches_c; in dcn5_calculate_mcache_setting()
H A Ddml2_core_shared_types.h2151 unsigned int *num_mcaches; member