Home
last modified time | relevance | path

Searched refs:mvmpg_height (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h1814 unsigned int *mvmpg_height; member
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()
Ddml2_core_dcn4_calcs.c2336 *p->mvmpg_height = 0; in calculate_mcache_row_bytes()
2351 *p->mvmpg_height = p->blk_height; in calculate_mcache_row_bytes()
2355 *p->mvmpg_height = p->vmpg_height; in calculate_mcache_row_bytes()
2364 …_start_y + p->full_vp_height) + *p->mvmpg_height - 1, *p->mvmpg_height) - math_floor2(p->vp_start_… in calculate_mcache_row_bytes()
2379 …_ub = (unsigned int)math_ceil2((double)p->full_vp_height - 1, *p->mvmpg_height) + *p->mvmpg_height; in calculate_mcache_row_bytes()
2380 mvmpg_per_row_ub = *p->meta_row_width_ub / *p->mvmpg_height; in calculate_mcache_row_bytes()
2430 dml2_printf("DML::%s: mvmpg_height = %u\n", __func__, *p->mvmpg_height); in calculate_mcache_row_bytes()
2497 l->l_p.mvmpg_height = &l->mvmpg_height_l; in calculate_mcache_setting()
2532 l->c_p.mvmpg_height = &l->mvmpg_height_c; in calculate_mcache_setting()