Home
last modified time | relevance | path

Searched refs:mcache_remainder_l (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_shared_types.h2182 double mcache_remainder_l; member
H A Ddml2_core_dcn5_calcs_dchub.c2216 l->mcache_remainder_l = *p->mcache_row_bytes_per_channel_l % p->mcache_size_bytes; in dcn5_calculate_mcache_setting()
2222 *p->mall_comb_mcache_l = (2 * l->mcache_remainder_l <= p->mcache_size_bytes); in dcn5_calculate_mcache_setting()
2239 if (l->mcache_remainder_l && l->mcache_remainder_c) { in dcn5_calculate_mcache_setting()
2241 …l->lc_comb_last_mcache_size = (unsigned int)((l->mcache_remainder_l * (*p->mall_comb_mcache_l ? 2 … in dcn5_calculate_mcache_setting()
2253 DML_LOG_VERBOSE("DML::%s: mcache_remainder_l = %f\n", __func__, l->mcache_remainder_l); in dcn5_calculate_mcache_setting()