Home
last modified time | relevance | path

Searched refs:full_vp_height_mvmpg_aligned (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared.c4982 unsigned int full_vp_height_mvmpg_aligned = 0; in calculate_mcache_row_bytes() local
5035full_vp_height_mvmpg_aligned = (unsigned int)(math_floor2((p->vp_start_y + p->full_vp_height) + *p… in calculate_mcache_row_bytes()
5037 …*p->full_vp_access_width_mvmpg_aligned = p->surf_vert ? full_vp_height_mvmpg_aligned : full_vp_wid… in calculate_mcache_row_bytes()
5048 *p->meta_row_width_ub = full_vp_height_mvmpg_aligned; in calculate_mcache_row_bytes()
Ddml2_core_dcn4_calcs.c2309 unsigned int full_vp_height_mvmpg_aligned = 0; in calculate_mcache_row_bytes() local
2364full_vp_height_mvmpg_aligned = (unsigned int)(math_floor2((p->vp_start_y + p->full_vp_height) + *p… in calculate_mcache_row_bytes()
2366 …*p->full_vp_access_width_mvmpg_aligned = p->surf_vert ? full_vp_height_mvmpg_aligned : full_vp_wid… in calculate_mcache_row_bytes()
2377 *p->meta_row_width_ub = full_vp_height_mvmpg_aligned; in calculate_mcache_row_bytes()