Home
last modified time | relevance | path

Searched refs:mvmpg_width (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.c2006 *p->mvmpg_width = 0; in dcn5_calculate_mcache_row_bytes()
2022 *p->mvmpg_width = p->blk_width; in dcn5_calculate_mcache_row_bytes()
2026 *p->mvmpg_width = p->vmpg_width; in dcn5_calculate_mcache_row_bytes()
2035 …vp_start_x + p->full_vp_width) + *p->mvmpg_width - 1, *p->mvmpg_width) - math_floor2(p->vp_start_x… in dcn5_calculate_mcache_row_bytes()
2045 …dth_ub = (unsigned int)math_ceil2((double)p->full_vp_width - 1, *p->mvmpg_width) + *p->mvmpg_width; in dcn5_calculate_mcache_row_bytes()
2046 mvmpg_per_row_ub = *p->meta_row_width_ub / *p->mvmpg_width; in dcn5_calculate_mcache_row_bytes()
2101 DML_LOG_VERBOSE("DML::%s: mvmpg_width = %u\n", __func__, *p->mvmpg_width); in dcn5_calculate_mcache_row_bytes()
2169 l->l_p.mvmpg_width = &l->mvmpg_width_l; in dcn5_calculate_mcache_setting()
2205 l->c_p.mvmpg_width = &l->mvmpg_width_c; in dcn5_calculate_mcache_setting()
H A Ddml2_core_shared_types.h2157 unsigned int *mvmpg_width; member