Searched refs:max_vrefresh (Results 1 – 1 of 1) sorted by relevance
2888 float max_vrefresh = 0.0; in drmmode_output_add_gtf_modes() local2901 max_vrefresh = max(max_vrefresh, xf86ModeVRefresh(m)); in drmmode_output_add_gtf_modes()2904 max_vrefresh = max(max_vrefresh, 60.0); in drmmode_output_add_gtf_modes()2905 max_vrefresh *= (1 + SYNC_TOLERANCE); in drmmode_output_add_gtf_modes()2911 if (xf86ModeVRefresh(i) > max_vrefresh) in drmmode_output_add_gtf_modes()