Home
last modified time | relevance | path

Searched refs:hscan (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/video/fbdev/core/
H A Dfbmon.c724 int num_modes, hz, hscan, pixclock; in fb_get_monitor_limits() local
748 hscan = (pixclock + htotal / 2) / htotal; in fb_get_monitor_limits()
749 hscan = (hscan + 500) / 1000 * 1000; in fb_get_monitor_limits()
750 hz = (hscan + vtotal / 2) / vtotal; in fb_get_monitor_limits()
758 if (specs->hfmax == 0 || specs->hfmax < hscan) in fb_get_monitor_limits()
759 specs->hfmax = hscan; in fb_get_monitor_limits()
761 if (specs->hfmin == 0 || specs->hfmin > hscan) in fb_get_monitor_limits()
762 specs->hfmin = hscan; in fb_get_monitor_limits()