Home
last modified time | relevance | path

Searched refs:max_vp_vert_height (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.c3765 unsigned int max_vp_vert_height; in dcn5_calculate_dcc_configuration() local
3811max_vp_vert_height = (unsigned int)(math_min2((double)MAS_vp_vert_limit, detile_buf_vp_vert_limit)… in dcn5_calculate_dcc_configuration()
3814 …eff_surf_height_l = (SurfaceHeightLuma > max_vp_vert_height ? max_vp_vert_height : SurfaceHeightLu… in dcn5_calculate_dcc_configuration()