Home
last modified time | relevance | path

Searched refs:mvmpg_height (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.c2007 *p->mvmpg_height = 0; in dcn5_calculate_mcache_row_bytes()
2023 *p->mvmpg_height = p->blk_height; in dcn5_calculate_mcache_row_bytes()
2027 *p->mvmpg_height = p->vmpg_height; in dcn5_calculate_mcache_row_bytes()
2036 …_start_y + p->full_vp_height) + *p->mvmpg_height - 1, *p->mvmpg_height) - math_floor2(p->vp_start_… in dcn5_calculate_mcache_row_bytes()
2051 …_ub = (unsigned int)math_ceil2((double)p->full_vp_height - 1, *p->mvmpg_height) + *p->mvmpg_height; in dcn5_calculate_mcache_row_bytes()
2052 mvmpg_per_row_ub = *p->meta_row_width_ub / *p->mvmpg_height; in dcn5_calculate_mcache_row_bytes()
2102 DML_LOG_VERBOSE("DML::%s: mvmpg_height = %u\n", __func__, *p->mvmpg_height); in dcn5_calculate_mcache_row_bytes()
2170 l->l_p.mvmpg_height = &l->mvmpg_height_l; in dcn5_calculate_mcache_setting()
2206 l->c_p.mvmpg_height = &l->mvmpg_height_c; in dcn5_calculate_mcache_setting()
H A Ddml2_core_shared_types.h2158 unsigned int *mvmpg_height; member