Searched refs:max_vp_horz_width (Results 1 – 1 of 1) sorted by relevance
3764 unsigned int max_vp_horz_width; in dcn5_calculate_dcc_configuration() local3810 max_vp_horz_width = (unsigned int)(math_min2((double)MAS_vp_horz_limit, detile_buf_vp_horz_limit)); in dcn5_calculate_dcc_configuration()3812 eff_surf_width_l = (SurfaceWidthLuma > max_vp_horz_width ? max_vp_horz_width : SurfaceWidthLuma); in dcn5_calculate_dcc_configuration()