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/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1814 unsigned int *mvmpg_height; member
H A Ddml2_core_shared.c5007 *p->mvmpg_height = 0; in calculate_mcache_row_bytes()
5022 *p->mvmpg_height = p->blk_height; in calculate_mcache_row_bytes()
5026 *p->mvmpg_height = p->vmpg_height; in calculate_mcache_row_bytes()
5035 …_start_y + p->full_vp_height) + *p->mvmpg_height - 1, *p->mvmpg_height) - math_floor2(p->vp_start_… in calculate_mcache_row_bytes()
5050 …_ub = (unsigned int)math_ceil2((double)p->full_vp_height - 1, *p->mvmpg_height) + *p->mvmpg_height; in calculate_mcache_row_bytes()
5051 mvmpg_per_row_ub = *p->meta_row_width_ub / *p->mvmpg_height; in calculate_mcache_row_bytes()
5105 dml2_printf("DML::%s: mvmpg_height = %u\n", __func__, *p->mvmpg_height); in calculate_mcache_row_bytes()
5172 l->l_p.mvmpg_height = &l->mvmpg_height_l; in calculate_mcache_setting()
5207 l->c_p.mvmpg_height = &l->mvmpg_height_c; in calculate_mcache_setting()