Home
last modified time | relevance | path

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

/drivers/video/
Dfbmon.c707 int num_modes, hz, hscan, pixclock; in fb_get_monitor_limits() local
731 hscan = (pixclock + htotal / 2) / htotal; in fb_get_monitor_limits()
732 hscan = (hscan + 500) / 1000 * 1000; in fb_get_monitor_limits()
733 hz = (hscan + vtotal / 2) / vtotal; in fb_get_monitor_limits()
741 if (specs->hfmax == 0 || specs->hfmax < hscan) in fb_get_monitor_limits()
742 specs->hfmax = hscan; in fb_get_monitor_limits()
744 if (specs->hfmin == 0 || specs->hfmin > hscan) in fb_get_monitor_limits()
745 specs->hfmin = hscan; in fb_get_monitor_limits()