Home
last modified time | relevance | path

Searched refs:mvmpg_width (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.h1813 unsigned int *mvmpg_width; member
Ddml2_core_shared.c5006 *p->mvmpg_width = 0; in calculate_mcache_row_bytes()
5021 *p->mvmpg_width = p->blk_width; in calculate_mcache_row_bytes()
5025 *p->mvmpg_width = p->vmpg_width; in calculate_mcache_row_bytes()
5034 …vp_start_x + p->full_vp_width) + *p->mvmpg_width - 1, *p->mvmpg_width) - math_floor2(p->vp_start_x… in calculate_mcache_row_bytes()
5044 …dth_ub = (unsigned int)math_ceil2((double)p->full_vp_width - 1, *p->mvmpg_width) + *p->mvmpg_width; in calculate_mcache_row_bytes()
5045 mvmpg_per_row_ub = *p->meta_row_width_ub / *p->mvmpg_width; in calculate_mcache_row_bytes()
5104 dml2_printf("DML::%s: mvmpg_width = %u\n", __func__, *p->mvmpg_width); in calculate_mcache_row_bytes()
5171 l->l_p.mvmpg_width = &l->mvmpg_width_l; in calculate_mcache_setting()
5206 l->c_p.mvmpg_width = &l->mvmpg_width_c; in calculate_mcache_setting()
Ddml2_core_dcn4_calcs.c2335 *p->mvmpg_width = 0; in calculate_mcache_row_bytes()
2350 *p->mvmpg_width = p->blk_width; in calculate_mcache_row_bytes()
2354 *p->mvmpg_width = p->vmpg_width; in calculate_mcache_row_bytes()
2363 …vp_start_x + p->full_vp_width) + *p->mvmpg_width - 1, *p->mvmpg_width) - math_floor2(p->vp_start_x… in calculate_mcache_row_bytes()
2373 …dth_ub = (unsigned int)math_ceil2((double)p->full_vp_width - 1, *p->mvmpg_width) + *p->mvmpg_width; in calculate_mcache_row_bytes()
2374 mvmpg_per_row_ub = *p->meta_row_width_ub / *p->mvmpg_width; in calculate_mcache_row_bytes()
2429 dml2_printf("DML::%s: mvmpg_width = %u\n", __func__, *p->mvmpg_width); in calculate_mcache_row_bytes()
2496 l->l_p.mvmpg_width = &l->mvmpg_width_l; in calculate_mcache_setting()
2531 l->c_p.mvmpg_width = &l->mvmpg_width_c; in calculate_mcache_setting()