Searched refs:cur_refresh_deviation (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/add-ons/accelerants/radeon/
H A Dmonitor_detection.c748 int refresh_rate, cur_refresh_deviation; local
762 cur_refresh_deviation = (100 * (refresh_rate - std_timing->refresh
765 if (cur_refresh_deviation < 0)
766 cur_refresh_deviation = -cur_refresh_deviation;
771 if (cur_refresh_deviation < 1
772 && cur_refresh_deviation < best_refresh_deviation) {
774 best_refresh_deviation = cur_refresh_deviation;

Completed in 44 milliseconds