Searched refs:hscan (Results 1 – 1 of 1) sorted by relevance
726 int num_modes, hz, hscan, pixclock; in fb_get_monitor_limits() local750 hscan = (pixclock + htotal / 2) / htotal; in fb_get_monitor_limits()751 hscan = (hscan + 500) / 1000 * 1000; in fb_get_monitor_limits()752 hz = (hscan + vtotal / 2) / vtotal; in fb_get_monitor_limits()760 if (specs->hfmax == 0 || specs->hfmax < hscan) in fb_get_monitor_limits()761 specs->hfmax = hscan; in fb_get_monitor_limits()763 if (specs->hfmin == 0 || specs->hfmin > hscan) in fb_get_monitor_limits()764 specs->hfmin = hscan; in fb_get_monitor_limits()