Home
last modified time | relevance | path

Searched refs:mall_comb_mcache_c (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.h627 bool mall_comb_mcache_c[DML2_MAX_PLANES]; member
1093 bool mall_comb_mcache_c[DML2_MAX_PLANES]; member
2248 bool *mall_comb_mcache_c; member
H A Ddml2_core_dcn5_calcs_dchub.c2135 *p->mall_comb_mcache_c = 0; in dcn5_calculate_mcache_setting()
2225 *p->mall_comb_mcache_c = (2 * l->mcache_remainder_c <= p->mcache_size_bytes); in dcn5_calculate_mcache_setting()
2240 if (!p->imall_enable || (*p->mall_comb_mcache_l == *p->mall_comb_mcache_c)) { in dcn5_calculate_mcache_setting()
2242 (l->mcache_remainder_c * (*p->mall_comb_mcache_c ? 2 : 1))); in dcn5_calculate_mcache_setting()
2244 …mb_last_mcache_size <= p->mcache_size_bytes) && (*p->mall_comb_mcache_l == *p->mall_comb_mcache_c); in dcn5_calculate_mcache_setting()
2267 DML_LOG_VERBOSE("DML::%s: mall_comb_mcache_c = %u\n", __func__, *p->mall_comb_mcache_c); in dcn5_calculate_mcache_setting()