Searched refs:max_vp_vert_height (Results 1 – 2 of 2) sorted by relevance
5345 unsigned int max_vp_vert_height; in dml32_CalculateDCCConfiguration() local5405 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit); in dml32_CalculateDCCConfiguration()5408 …eff_surf_height_l = (SurfaceHeightLuma > max_vp_vert_height ? max_vp_vert_height : SurfaceHeightL… in dml32_CalculateDCCConfiguration()
2036 unsigned int max_vp_vert_height; in CalculateDCCConfiguration() local2082 …max_vp_vert_height = (unsigned int)(math_min2((double)MAS_vp_vert_limit, detile_buf_vp_vert_limit)… in CalculateDCCConfiguration()2085 …eff_surf_height_l = (SurfaceHeightLuma > max_vp_vert_height ? max_vp_vert_height : SurfaceHeightLu… in CalculateDCCConfiguration()