Home
last modified time | relevance | path

Searched refs:meta_surface_bytes (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.c1088 unsigned int meta_surface_bytes; in dcn5_calculate_vm_and_row_bytes() local
1125 meta_surface_bytes = (unsigned int)(p->DCCMetaPitch * vp_height_meta_ub * p->BytePerPixel / 256.0); in dcn5_calculate_vm_and_row_bytes()
1127 DML_LOG_VERBOSE("DML::%s: meta_surface_bytes = %u\n", __func__, meta_surface_bytes); in dcn5_calculate_vm_and_row_bytes()
1130 …*p->meta_pte_bytes_per_frame_ub = (unsigned int)((math_ceil2((double) (meta_surface_bytes - meta_v… in dcn5_calculate_vm_and_row_bytes()