Home
last modified time | relevance | path

Searched refs:detile_buf_vp_vert_limit (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.c3760 double detile_buf_vp_vert_limit; in dcn5_calculate_dcc_configuration() local
3793detile_buf_vp_vert_limit = (double)swath_buf_size / (256.0 / RequestHeight256ByteLuma / (1 + vert_… in dcn5_calculate_dcc_configuration()
3797detile_buf_vp_vert_limit = (double)swath_buf_size / (256.0 / RequestHeight256ByteLuma / (1 + vert_… in dcn5_calculate_dcc_configuration()
3802 detile_buf_vp_vert_limit = 1.5 * detile_buf_vp_vert_limit; in dcn5_calculate_dcc_configuration()
3806 detile_buf_vp_vert_limit = math_floor2(detile_buf_vp_vert_limit - 1, 16); in dcn5_calculate_dcc_configuration()
3811 …max_vp_vert_height = (unsigned int)(math_min2((double)MAS_vp_vert_limit, detile_buf_vp_vert_limit)… in dcn5_calculate_dcc_configuration()