Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c1090 unsigned int vp_height_meta_ub; in dcn5_calculate_vm_and_row_bytes() local
1118vp_height_meta_ub = (unsigned int)(math_floor2(p->ViewportYStart + p->ViewportHeight + 64 * p->Blo… in dcn5_calculate_vm_and_row_bytes()
1120vp_height_meta_ub = (unsigned int)(math_ceil2(p->ViewportHeight - 1, 64 * p->BlockHeight256Bytes) … in dcn5_calculate_vm_and_row_bytes()
1122vp_height_meta_ub = (unsigned int)(math_ceil2(p->SwathWidth - 1, 64 * p->BlockHeight256Bytes) + 64… in dcn5_calculate_vm_and_row_bytes()
1125 meta_surface_bytes = (unsigned int)(p->DCCMetaPitch * vp_height_meta_ub * p->BytePerPixel / 256.0); in dcn5_calculate_vm_and_row_bytes()