Searched refs:max_vp_vert_height (Results 1 – 4 of 4) sorted by relevance
5350 unsigned int max_vp_vert_height; in dml32_CalculateDCCConfiguration() local5410 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit); in dml32_CalculateDCCConfiguration()5413 …eff_surf_height_l = (SurfaceHeightLuma > max_vp_vert_height ? max_vp_vert_height : SurfaceHeightL… in dml32_CalculateDCCConfiguration()
1359 long max_vp_vert_height = 0; in CalculateDCCConfiguration() local1426 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit); in CalculateDCCConfiguration()1431 SurfaceHeightLuma > max_vp_vert_height ? in CalculateDCCConfiguration()1432 max_vp_vert_height : SurfaceHeightLuma); in CalculateDCCConfiguration()
1509 int max_vp_vert_height; local1573 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit);1576 …eff_surf_height_l = (SurfaceHeightLuma > max_vp_vert_height ? max_vp_vert_height : SurfaceHeightLu…
1529 int max_vp_vert_height; local1593 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit);1596 …eff_surf_height_l = (SurfaceHeightLuma > max_vp_vert_height ? max_vp_vert_height : SurfaceHeightLu…