Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/core/
H A Dfbmon.c721 int num_modes, hz, hscan, pixclock; in fb_get_monitor_limits() local
745 hscan = (pixclock + htotal / 2) / htotal; in fb_get_monitor_limits()
746 hscan = (hscan + 500) / 1000 * 1000; in fb_get_monitor_limits()
747 hz = (hscan + vtotal / 2) / vtotal; in fb_get_monitor_limits()
755 if (specs->hfmax == 0 || specs->hfmax < hscan) in fb_get_monitor_limits()
756 specs->hfmax = hscan; in fb_get_monitor_limits()
758 if (specs->hfmin == 0 || specs->hfmin > hscan) in fb_get_monitor_limits()
759 specs->hfmin = hscan; in fb_get_monitor_limits()