Home
last modified time | relevance | path

Searched refs:full_vp_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.c1997 DML_LOG_VERBOSE("DML::%s: full_vp_height = %u\n", __func__, p->full_vp_height); in dcn5_calculate_mcache_row_bytes()
2009 if (p->full_vp_height == 0 && p->full_vp_width == 0) { in dcn5_calculate_mcache_row_bytes()
2036 …full_vp_height_mvmpg_aligned = (unsigned int)(math_floor2((p->vp_start_y + p->full_vp_height) + *p… in dcn5_calculate_mcache_row_bytes()
2051 …*p->meta_row_width_ub = (unsigned int)math_ceil2((double)p->full_vp_height - 1, *p->mvmpg_height) … in dcn5_calculate_mcache_row_bytes()
2155 l->l_p.full_vp_height = p->full_vp_height_l; in dcn5_calculate_mcache_setting()
2191 l->c_p.full_vp_height = p->full_vp_height_c; in dcn5_calculate_mcache_setting()
H A Ddml2_core_shared_types.h2142 unsigned int full_vp_height; member